MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1uynxy7/my_first_python/oy1b3a3/?context=3
r/PythonLearning • u/saul_soprano • 6d ago
kindly give ratings and tips to improve
29 comments sorted by
View all comments
6
Did you run this? input() returns strings, so you’re adding and dividing strings instead of numbers. Also, what’s the ultimate variable for?
-6 u/saul_soprano 6d ago no its hypothetical 11 u/Turbulent-Jackfruit5 6d ago Wym “hypothetical” why not run your code 💀 2 u/TrieMond 6d ago I assume he is talking about the variable being hypothetical, not the code as a whole...
-6
no its hypothetical
11 u/Turbulent-Jackfruit5 6d ago Wym “hypothetical” why not run your code 💀 2 u/TrieMond 6d ago I assume he is talking about the variable being hypothetical, not the code as a whole...
11
Wym “hypothetical” why not run your code 💀
2 u/TrieMond 6d ago I assume he is talking about the variable being hypothetical, not the code as a whole...
2
I assume he is talking about the variable being hypothetical, not the code as a whole...
6
u/Ok_Reputation8316 6d ago
Did you run this? input() returns strings, so you’re adding and dividing strings instead of numbers. Also, what’s the ultimate variable for?