0
What is the result of this code? def print_double(x): print(2 * x) print_double(3)
can anyone teach me how to do this What is the result of this code? def print_double(x): print(2 * x) print_double(3)
3 Réponses
+ 4
6
+ 3
To know the result you can just run it in code Playground
To understand it please do the python course
https://www.sololearn.com/Course/Python/?ref=app