- 3

NameError: name 'Input' is not defined? 😭😭

HELP WHY THIS HAPPENS, THE SAME HAPPENS WITH "TRUE"

6th Jun 2021, 7:21 AM
Gabriel Jose Pantoja
Gabriel Jose Pantoja - avatar
4 Respostas
+ 5
'Input' is not defined seems normal, because 'input' is defined ^^ as in most of languages, case is sensitive ;P
6th Jun 2021, 7:26 AM
visph
visph - avatar
+ 3
Can you show your attemot? If you show your attempt we will try our best to help you .Please attach the code with description: https://www.sololearn.com/post/75089/?ref=app
6th Jun 2021, 7:24 AM
The future is now thanks to science
The future is now thanks to science - avatar
+ 3
If you are using Input() for taking input from user then you are wrong. Python is case-sensitive.So in Capital it will not work . You should take input with smaller i.For example: text=input()
6th Jun 2021, 7:25 AM
The future is now thanks to science
The future is now thanks to science - avatar
+ 2
oh my god, it's running, I love you, indeed the lowercase or uppercase letter influences this, thanks, I'm new to using python
6th Jun 2021, 7:32 AM
Gabriel Jose Pantoja
Gabriel Jose Pantoja - avatar