الرجوع
تسجيل الدخول

What is the output of the following Python program?

weather = "rainy"
if weather == "sunny":
    print("Wear sunglasses")
else:
    print("Take an umbrella")