0
What's wrong in this
7 Antworten
+ 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