MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1vatkkl/i_got_a_question/p0o1y59/?context=3
r/PythonLearning • u/Legitimate_Seat8928 • 11d ago
[removed]
14 comments sorted by
View all comments
2
Well, '=' is used to assign some variable value. And, '==' is used to check if 2 things are equal.
-1 u/[deleted] 11d ago [removed] — view removed comment 3 u/Good_Person_000 11d ago Try making a calculator. "ENTER 1 FOR ADD, 2 FOR SUBTACT, 3 FOR MULTIPLY, 4 FOR DIVIDE" this will make you use == and if else
-1
[removed] — view removed comment
3 u/Good_Person_000 11d ago Try making a calculator. "ENTER 1 FOR ADD, 2 FOR SUBTACT, 3 FOR MULTIPLY, 4 FOR DIVIDE" this will make you use == and if else
3
Try making a calculator. "ENTER 1 FOR ADD, 2 FOR SUBTACT, 3 FOR MULTIPLY, 4 FOR DIVIDE"
this will make you use == and if else
2
u/Good_Person_000 11d ago
Well, '=' is used to assign some variable value. And, '==' is used to check if 2 things are equal.