0
in python code when i run the program it ask that look like your program need input ?? what that means and what to do to run my
2 ответов
+ 3
Its most likely bcz your program contains input()
So you give it one..
Say for eg:
number = input()
So when it asks you for a input.. you enter a number.
+ 1
thank you