price = 50
if price >=100:
print("price is greater than 100")
else:
print("price is less in than 100")
## Выходит:
price
=50
if price
>=100:
else
:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
price = 50
if price >=100:
print("price is greater than 100")
else:
print("price is less in than 100")
## Выходит:
price
=50
if price
>=100:
print("price is greater than 100")
else
:
print("price is less in than 100")