“Selesaikan program Python secara online” Kode Jawaban

Selesaikan program Python secara online

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

Selesaikan program Python secara online

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

Selesaikan program Python secara online

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

Selesaikan program Python secara online

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

Jawaban yang mirip dengan “Selesaikan program Python secara online”

Pertanyaan yang mirip dengan “Selesaikan program Python secara online”

Lebih banyak jawaban terkait untuk “Selesaikan program Python secara online” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya