What is the output of following Python code?
Nov 25, 2023
What is the output of following Python code?
a = 10
if a = 30 or 40 or 60 :
print(‘Hello’)
else :
print(‘Hi’)
Solution and Explanation:
https://www.clcoding.com/2023/11/a-10-if-30-or-40-or-60-printhello-else.html