Fejezet 6
This commit is contained in:
7
fejezet 6/f18/f18.py
Normal file
7
fejezet 6/f18/f18.py
Normal file
@@ -0,0 +1,7 @@
|
||||
fahrenheit = int(input())
|
||||
|
||||
def celsiusra(fahrenheit):
|
||||
celsius = fahrenheit / 33.8
|
||||
return celsius
|
||||
|
||||
print(celsiusra(fahrenheit))
|
||||
Reference in New Issue
Block a user