Channel Avatar

Tech&Programming @[email protected]

3.9K subscribers - no pronouns :c

Hello friends, Welcome to my YouTube Channel Tech&Programmin


Welcoem to posts!!

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

Tech&Programming
Posted 1 year ago

What is the output of print(2%6)

3 - 0

Tech&Programming
Posted 1 year ago

What is the output of print(2 * 3 ** 3 * 4)

3 - 0

Tech&Programming
Posted 1 year ago

What is the output of the following function call
def fun1(num):
return num + 25

fun1(5)
print(num)

1 - 0

Tech&Programming
Posted 1 year ago

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

Tech&Programming
Posted 1 year ago

1 - 0

Tech&Programming
Posted 2 years ago

2 - 0

Tech&Programming
Posted 2 years ago

👇

3 - 0