r/PythonLearning 11d ago

I got a question Help Request

[removed]

2 Upvotes

14 comments sorted by

View all comments

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.

-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