Channel Avatar

Learn Python With Muiz @UClhEe-20dzRHd3Dk2rNYfOw@youtube.com

105 subscribers - no pronouns :c

Start your coding journey here with easy-to-understand tutor


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

Learn Python With Muiz
Posted 4 days ago

Sorry for Not Uploading Toda. Tomorrow I will be uploading my 1 hour Python Crash Course so I needed time to do extra editing.

2 - 0

Learn Python With Muiz
Posted 6 days ago

Thank You all For 38 Subs!1 We are only 62 Subs Away from 100. Let's do this.

4 - 0

Learn Python With Muiz
Posted 5 months ago

def my_function()
print(f"Hello I'm {name}")

my_functions("Tom")

What is wrong with the code?

6 - 2

Learn Python With Muiz
Posted 6 months ago

my_list = [True, "Hello", False]

What's the error?

1 - 0

Learn Python With Muiz
Posted 6 months ago

Which code outputs "Python is fun!"

1 - 1

Learn Python With Muiz
Posted 6 months ago

a =100
b = a x 3
print(b, a)

What will be printed onto the console?

1 - 0

Learn Python With Muiz
Posted 6 months ago

Which IDE do you prefer

4 - 0

Learn Python With Muiz
Posted 6 months ago

a = "Hello"
b= "World"
result = a + " " + b
print()

What Will Be Printed Onto The Terminal?

2 - 0

Learn Python With Muiz
Posted 6 months ago

What is on the left side of the VSCode IDE?

5 - 0