“Résoudre les programmes Python en ligne” Réponses codées

Résoudre les programmes Python en ligne

print("start the program")
while username !="x":
    username= input("enter your name")
    print("hello", username)
Tame Turtle

Résoudre les programmes Python en ligne

t=int(input("enter the water temperature : "))
if t<100:
	print("water is not boiling")
elif t>=100:
	print("water is boiling")
else: 
	print("invalid input")
GOTLURI YASHWANTH KUMAR

Résoudre les programmes Python en ligne

Write a program in python to accept the temperature in degree Celsius of water and check whether it is boiling or not (boiling point of water is 100 degree Celsius.) (10 Marks)
arjun kumar

Résoudre les programmes Python en ligne

Given an integer, , perform the following conditional actions:

If  is odd, print Weird
If  is even and in the inclusive range of  to , print Not Weird
If  is even and in the inclusive range of  to , print Weird
If  is even and greater than , print Not Weird
Mzhar Iqbal

Réponses similaires à “Résoudre les programmes Python en ligne”

Questions similaires à “Résoudre les programmes Python en ligne”

Plus de réponses similaires à “Résoudre les programmes Python en ligne” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code