Python Programming Tutorial - Tutorial 6 - More Basics On Strings [HD] [BEGINNER]

preview_player
Показать описание
If you have any questions, feel free to comment!

Рекомендации по теме
Комментарии
Автор

For anyone using a newer version of python, use 'input' instead of 'raw_input' like this:

first = input("My First name is: ")
last = input("My last name is: ")
age= input("And I'm only: ")

print ("Hi, I'm {} {} And I'm currently {} ".format(first, last, age))

angusdavidson
Автор

I have experience in C, C++, C#, Java, HTML, CSS & Javascript and would like to learn Python to use it as a scripting language, and your tutorials are awesome for beginners and advanced ones who like to learn a new language :) Thank you & keep the videos coming man!

MrCence
Автор

I made a program like this when I was watching the last couple tutorials!
Except it had height, weight, age, only first name, and gender

TheUkeKid
Автор

In the print you use (" ") instead of " " now

danielrose
Автор

Really helpful man, thanks for teaching!

bitronin
Автор

You mean Python? Search up Python, what to download is pretty easy, just the latest version, and then you're good to go!

rakester
Автор

Yes sir! I've just uploaded a new video!

MinecraftArt
Автор

i watched so many python videos today that i'm laughing when you typed "print luke"

sailingasia
Автор

I think you speak English very good :)

xXCPVSPCXx
Автор

instead of using " " to write text why dont you use ' '? then you can use the " " inside the program.

MrDaking
Автор

are you making more these i like these

cartoonworld
Автор

Getting invalid syntax.. did something change in the newest version because I have the exact text you have.

EnthusiastProject
Автор

My Print function isn't orange its purple is that correct im in python 3.3.3

lolengineering
Автор

The raw input doesn't work on newer versions. 

angusdavidson
Автор

Mine is a python 2.7.6, but how do i get the colored letter and all the file edit format run???

starwarz
Автор

this does not work, when i try and make the spaces like " "
It says that that is wrong and does not print, any help?

ZorroTherock
Автор

You spelt "qoute" wrong it's "quote"

dashsmashing
Автор

Well.... Uhh.. I can count to 10 without using my fingers!

MinecraftArt