We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97cf6cd + 3f0a2cf commit 553eff1Copy full SHA for 553eff1
funny weight converter
@@ -0,0 +1,20 @@
1
+print('sup,user')
2
+boi = input('what is your name name boi: ')
3
+print("i guessed it, " + boi)
4
+print(boi + " ,here v r going to convert your weight into pounds(lbs) from kilograms")
5
+kgs = input("your weight in kgs: ")
6
+kga = int(kgs) * 0.49
7
+kg = 'get some more weight kid, eat pizzas. u r 🤣🤣🤣'
8
+kgb ='oh, workout football belly man. u r🤣🤣🤣🤣 '
9
+
10
+if kga>50:
11
+ print(kg)
12
+else:
13
+ print(kgb)
14
15
+print(kga)
16
+print("pounds(lbs)")
17
18
+print("avoid the language😅, look code")
19
+print("please give me star , i am just 14 trying coding")
20
+print("to give a 🌟, tap the 3 dots and find star section and just tap on it please👍👍🤝")
0 commit comments