0
What's wrong in this
7 Answers
+ 1
Akash Prasad working fine .
for code coach use
cel_fah(int(input())) to call the function instead of using fixed value
+ 1
Akash Prasad It is returning value. To print returned value you have to use
print(cel_fah(float(input()))) syntax
0
SAYEDđ§đ©đ”đž its not working
0
SAYEDđ§đ©đ”đž tell it output
0
Use
cel_fah(int(input())) to call the function . not in function declaration.
0
SAYEDđ§đ©đ”đž yes i got thanks but
Im trying with return why its not returning value
0
Thanks brother