0
Change line 4 to btn>0 Change line 11 to btn<=0 Done!!! 🙂 that is all
2nd Mar 2022, 6:33 AM
Vivian Lo
Vivian Lo - avatar
0
Change line 34 right: 5px;
2nd Mar 2022, 4:11 PM
Rahman
Rahman - avatar
0
Please i need help on python while loop
2nd Mar 2022, 4:16 PM
Ampong Godfred
Ampong Godfred - avatar
0
ef search(text,word): text = input() word = input() if word == text: return "Word found" else: return "Word not found" print(search(text,word)) can somene tell what's wrong in this code line? much apreciation, i'm clopet noob in python
2nd Mar 2022, 6:14 PM
Da silva
0
total = 0 #your code goes here age = int(input()) x = 0 while x<6: if (age > 2): total += 100 age=int(input()) continue else age=int(input()) continue x += x print (total)
2nd Mar 2022, 10:23 PM
André Dienes Friedrich
André Dienes Friedrich - avatar
0
Da silva You code is not correct you wrote ef search instead of def search
2nd Mar 2022, 11:16 PM
D Doyen
D Doyen - avatar
0
mb567
16th Jul 2022, 7:03 AM
MMAM Mama
- 1
Hola
2nd Mar 2022, 3:02 AM
TXZ MASTER BLACK HISTORIS
- 1
Ma
2nd Mar 2022, 8:04 AM
MMAM Mama
- 2
Please give me a code Write a program that checks if the water is boiling. Take the integer temperature in Celsius as input and output "Boiling" if the temperature is above or equal to 100. Sample Input 105 Sample Output Boiling
2nd Mar 2022, 2:51 PM
Venkata Ramana
Venkata Ramana - avatar