Python Programming: FUN with Python 3 Variables

preview_player
Показать описание
Python Programming: FUN with Python 3 Variables
Рекомендации по теме
Комментарии
Автор

first of all. It is very nice of you to take this time and do this video. Especially since you had been feeling under the weather. Dont feel you need to do a video every day or you will lose the interest of your subscribers. All we need to do is hit the notification bell and when your video is uploaded we can tune in. Every one, especially us beginners are thankful in the manner you are teaching. Starting of simple and allow us to feel comfortable in an unfamiliar enviroment.

Look after yourself first and that way we will be able to learn from you better because you will be feeling fresh and ready to go. So dont feel under pressure to produce videos every day. No one really does that in a succesful way. People have lives outside of youtube too. So go at whatever pace you feel is best and we will patiently await your quality vids man.

Thanks alot mate. #CPUSQUAD

meganoob
Автор

NO, I did NOT just have nuts for breakfast! LOL

ComputerProgrammingUniversity
Автор

good old time, hit the like hit he LIKE!!!

IgorKalember
Автор

Follow my Python Podcast and learn while you commute, play, exercise or whatever!

ComputerProgrammingUniversity
Автор

Here I made it as a function aswell:

def myName():
print("mega_noob " * 50)

myName()

meganoob
Автор

Just so you know I am doing the work on a terminal/CMD

I have done the homework. I left a spac between teh last letter and the last quotation mark. Look okay to you?

myName = "mega_noob " * 50

myName

meganoob