+ 1
How can I make it true??
9 Answers
+ 3
Try it like this, I added two () in the second line:
get = input("")
print((get + "\n") * 100)
+ 4
I don't know what your code is supposed to do. Did you want this?
get = input("")
print(get == "100")
If your input is 100 it will print "true"
+ 3
I do understand.
+ 2
Yeah, I agree with @Paul...
0
No I didn't want that
0
I want it take a string adn then it write's 100 times that string
0
did you underestand
0
?
0
Wow Ok thank you so much