python or

Solutions on MaxInterview for python or by the best coders in the world

showing results for - "python or"
Diego
19 Jan 2018
1if [ "$1" = "a.txt" ] || [ "$2" = "c.txt" ]; then
2	# do smt...
3fi
Lorenzo
17 Jan 2019
1x = 1; y = 1
2
3if x == 1 or y == 1:
4  print(x, y)
5# 1 1
similar questions
queries leading to this page
python or