0
For Python, how do I respond to an input?
For ex. I say print(input("What\' your name")) and I want to say on a different line, "That's a nice name", how do I do it?
2 ответов
0
Well all you do is press enter then write print("That's a nice name.")
0
you just gotta yolo it