Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Python More Commands Mod!

+5 votes
asked Jul 20, 2023 by PythonS9 (240 points)
def mod ():
    #all rights reserved
    print ('''More functions of Python mod.\
        All rights reserved. by PythonS9 (Sovetskiy9).\
        2023.''')
    def printx (txt, x):
        for i in range(x):
            print (txt)
    def text(txt2, WDWI):
        WDWI = input()
        if WDWI =='/down':
            print WDWI.lower()
        elif WDWI == '/up'

            print WDWI.upper()

1 Answer

+1 vote
answered Jul 21, 2023 by Peter Minarik (86,640 points)
edited Jul 22, 2023 by Peter Minarik
What's the purpose of this post? Do you have any questions at all?
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...