Python Tutorial for Beginners | Part 3 | Variables, Classes and Input Statement | By Simply Code

Опубликовано: 10 Август 2020
на канале: Simply Code
41
7

First of all Thanks for your support. If you liked this video then subscribe to my channel, like and share this video. If you have any doubts related to this video or python then comment down or join my discord server (Sorry Bot's not ready yet)

link :
Discord :   / discord  

Code :
"""
str = string or sentences
int = integer or a number
float = decimal number or fraction
bool = True or False
"""

name = "BINOD" # string or sentence
height = 170.65 # decimal or fraction
age = 3565464 # number or integer
is_alive = True # boolean or bool
print(type(is_alive))

"""the variables should not have whitespace (space) or any arithmetic operator in it's name and it should not start with any number"""

user_input = input("enter your name\n")
print(type(user_input))


Thank you Everyone for your Support.


На этой странице сайта вы можете посмотреть видео онлайн Python Tutorial for Beginners | Part 3 | Variables, Classes and Input Statement | By Simply Code длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Simply Code 10 Август 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 41 раз и оно понравилось 7 зрителям. Приятного просмотра!