Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 553eff1

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

File tree

Expand file treeCollapse file tree

1 file changed

+20
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+20
-0
lines changed
Open diff view settings
Collapse file

‎funny weight converter‎

Copy file name to clipboard
+20Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.