+ 2
How Do Use Qpython???
Every time I try to make a code that involves input and I enter the input it keeps saying whatever input I entered is not defined. I need help from people who know how to use qpython.
3 Answers
+ 1
print("I am not Vengat") I know I didn't make a mistake, you can't really make a mistake with:
word = input('Enter word run the code and it takes me to the shell or console or whatever its called it prints the:
Enter word:
But when I type in something like:
Enter word: python
it then says python is not defined????
Why????
Please help I have tried so hard to explain the problemđ„
+ 3
QPython just works like any other platform for testing Python codes. Probavly made a mistake somewhere
+ 1
Wow I solved it myself it turns out that I should have done:
Enter word:'Grabit'
instead of:
Enter word:Grabit
It feels so good to solve my own problemsđ