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)

20th Nov 2020, 5:46 PM
Bilal Fuad
Bilal Fuad  - avatar
3 Réponses
+ 4
6
18th May 2021, 2:12 PM
Limitha M
Limitha M - avatar
+ 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
20th Nov 2020, 6:14 PM
Benjamin Jürgens
Benjamin Jürgens - avatar