4

!rant

This is what I do every time I feel like garbage.

class Main:

def feelsgood():
x = input("Type your name")
print(x + " is awesome!")

Main.feelsgood()

Comments
Add Comment