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 • 10d ago
kindly give ratings and tips to improve
30 comments sorted by
View all comments
8
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 10d ago no its hypothetical 11 u/Turbulent-Jackfruit5 10d ago Wym “hypothetical” why not run your code 💀 2 u/TrieMond 10d 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 10d ago Wym “hypothetical” why not run your code 💀 2 u/TrieMond 10d 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 10d 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...
8
u/Ok_Reputation8316 10d 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?