Tech&Programming @[email protected]
3.9K subscribers - no pronouns :c
Hello friends, Welcome to my YouTube Channel Tech&Programmin
in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
What is the output of the following function call
def fun1(num):
return num + 25
fun1(5)
print(num)
1 - 0
1. What is the output of the add() function call
def add(a, b):
return a+5, b+5
result = add(3, 2)
print(result)
0 - 1
Hello friends, Welcome to my YouTube Channel Tech&Programming.