+ 2
What syntax should i write?
def func(i) ^ print (i**2) print ("Answer by degree of 2") func(input(float()))
5 Antworten
+ 5
The last line.
You should write -> func(float(input()))
+ 4
Ouch.
Thank you very much
+ 3
Thank you very much
+ 3
There are still some mistakes))
+ 3
Thank you))