Skip to content

Commit 553eff1

Browse files
Merge pull request seeditsolution#277 from kirankumarsk/patch-1
Create funny weight converter
2 parents 97cf6cd + 3f0a2cf commit 553eff1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

funny weight converter

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)