Introduction to Programming in Python 3

preview_player
Показать описание
(AKA The easiest program you will ever write.)

#THIS IS A COMMENT
#Here is the code used in this video

print ("Hello World!")

#this will assign a variable
a = 3
b = 4

#this will add the two newly assigned variables
#and store them in a new variable, c
c = a+b

#this will print the value of c
print(c)

#this will assign a new string variable
string_x = "Hi there!"

#this will print the string, string_x
print (string_x)
Рекомендации по теме
Комментарии
Автор

Please do more! Give us the complicated stuff!

Mmorphius
Автор

Great tutorial, Im just starting off with Python and so far I love the language!!! Also you have a great voice for commentaries, if you could continue the series of Python programing it would be greatly appreciated!

wkomm
Автор

Great tutorial, very easy and noob friendly :P

patburn
Автор

Hey, when I try to tipe the " my python just close. What is happening?

I'm also using a mac

JohnTheFolks
visit shbcf.ru