We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c936457 commit 902a6c1Copy full SHA for 902a6c1
1 file changed
inches_to_cm.py
@@ -0,0 +1,4 @@
1
+def inch_to_cm(inch)
2
+ return inch * 2.54
3
+n = int(input('enter value in inches: "))
4
+print(f"the corresponding vlaue in cms is (inches_to_cms(n)}")
0 commit comments