Answers for "using or statement python"

0

If or Python

x = 1; y = 1

if x == 1 or y == 1:
  print(x, y)
# 1 1
Posted by: Guest on October-26-2021

Python Answers by Framework

Browse Popular Code Answers by Language