MrTechnoMoon
he/him

Best Programming Channel on YouTube. Go Sub👇

I love to create videos, share my knowledge and put a smile on peoples faces. My main content is regarding Technology and entertaining you while you learn new things! Please feel free to give some feedback.

I am a boy who creates YouTube videos, I mostly like to relate my videos to coding, photography, videography or education. I enjoy coding, helping and playing games.

Thanks,
TechnoMoon


MrTechnoMoon

Python 3 quiz:

Which company adopted Python early on and contributed to its development?

1 year ago | [YT] | 4

MrTechnoMoon

Python 3 quiz:

What was Python initially designed to be?

1 year ago | [YT] | 5

MrTechnoMoon

Python 3 quiz:

What was Python’s first version number?

1 year ago | [YT] | 5

MrTechnoMoon

Python 3 quiz:

Which language is Python named after?

1 year ago | [YT] | 4

MrTechnoMoon

Python 3 quiz:

In what year was Python first released?

1 year ago | [YT] | 11

MrTechnoMoon

Python 3 quiz:


Who created Python?

1 year ago | [YT] | 4

MrTechnoMoon

500 Subs!!!
Thank you so much!
Go check out this video for the best Python tutorial!:

https://www.youtube.com/watch?v=SPWj8...

1 year ago (edited) | [YT] | 3

MrTechnoMoon

Python 3 quiz:

Which of these statements about Python decorators is true?

1 year ago | [YT] | 5

MrTechnoMoon

Python 3 quiz:

What does the __repr__ method do in a Python class?

1 year ago | [YT] | 5

MrTechnoMoon

Python 3 quiz:

What will be the output of the following code?

a = [1, 2, 3]
b = a
b.append(4)
print(a)

1 year ago | [YT] | 4