Skip to content

Commit f5fff7d

Browse files
authored
Create convert_inch_cent.py
1 parent 2e7036d commit f5fff7d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

convert_inch_cent.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def convert(centimetri):
2+
inch = centimetri*2.54
3+
return inch
4+
5+
cic = convert(12)
6+
print(cic)

0 commit comments

Comments
 (0)