vishal 6 years ago 2 Python If Statements Introduction If statements are used to test for particular conditions and respond approptiately. #conditional tests x=10 bikes=['ok','lo','trek'] age=11 #equal print(x == 42) #not equal print(x != 42) #gr... Read More
Join Our Telegram Channel to Stay Updated
Socialize