Comment a *string, integer, float, and a boolean* _I will know if you didn't do your homework_ 🧐 user_name = "Bro Code" year = 2024 pi = 3.14 is_admin = True
string integer float boolean my example of the above data types:- string:- "hello world", " i like this video ", "lets code" integer:- 2,123,32452,231,346,68696 float:- 23.45, 23.89, 67.67, 45.98 boolean:- True , false
String: print("HELLO BRO! MY FAVORITE FOOD IS ADOBO") Integers: age = 18 print(f" My age is {age} years old") Float: height = 162.56 print(f" The height of Hans is : {height} cm") Boolean: is_Gojo Satoru = True print(f" Are you Gojo Satou?: {is_Gojo Satoru}") else: is_Gojo Satoru = False print("You are not Gojo Satoru") I TRIED MY BEST:))) AND I AM LEARNING A LOT TO YOU CODE BRO❤
Excellent video on Python! If you're planning to cover other languages in the future, I'd be really interested in seeing a comparison between Python and Golang, especially regarding performance and concurrency. Thanks for the great content!
First_name = "Aaron" (String) Age = 17(Integer) Height = 5.3(Float) Is_student = True(Boolean) print(f"My name is {Frst_name}") print(f"I'm {Age} years old") print(f"My height is {Height}feet if Is_student: print("I'm a student of BroCode") else: print("I'm not a student of BroCode") Well my today homework is done ✅
Hey 👋. Bro Code. Why aren't you post games in gaming channel 😂. Yesterday, First time I saw your face , literally you are so handsome. How can you manage both gaming and coding channels . Love you Bro ❤
Hey bro. Isn't it better to use this: name = "BroCode" print("Hello ", name) than this: name = "BroCode" print(f"Hello {name}") please lmk whcih is better
Type_of_phone = "Iphone" model = 15 goal_buying_year = 3.5 goal_met = True if goal_met: print("Congratulation you met your goal") else: print("keep going you have not met your goal yet")
Name = "Sigma" (This is a string) Number = 1 (This is an integer) Coding_pays_well = True (This is a boolean) Bro_code_subscribers = 3.0 (This is a float)
Comment a *string, integer, float, and a boolean*
_I will know if you didn't do your homework_ 🧐
user_name = "Bro Code"
year = 2024
pi = 3.14
is_admin = True
*string*
*integer*
*float*
*boolean*
HI BRO
string
integer
float
boolean
my example of the above data types:-
string:- "hello world", " i like this video ", "lets code"
integer:- 2,123,32452,231,346,68696
float:- 23.45, 23.89, 67.67, 45.98
boolean:- True , false
string
integer
float
Boolean
String: print("HELLO BRO! MY FAVORITE FOOD IS ADOBO")
Integers: age = 18
print(f" My age is {age} years old")
Float: height = 162.56
print(f" The height of Hans is : {height} cm")
Boolean: is_Gojo Satoru = True
print(f" Are you Gojo Satou?: {is_Gojo Satoru}")
else: is_Gojo Satoru = False
print("You are not Gojo Satoru")
I TRIED MY BEST:))) AND I AM LEARNING A LOT TO YOU CODE BRO❤
I am civil Engineer from Ethiopia and 45years old. I like your teaching methods as a beginner!!!! Keep it up!!!!
Wish bro got more views
"Tiger" (String)
4 (Integer)
9.4 (Float)
a_male = True (Boolean)
day = 'Good' #String
age = 69 #Intiger
gpa = 4.0 #Float
bro_code_is_cool = True #Boolean
Why 69
@@OzodbekYoqubjonov-e9y why not?
Guys chill he will definitely get views ...there's no way such good content goes unnoticed 😅😅
product_name = Doritos
num_of_sauces = 50
weight = 225.7
is_invisible = False
Excellent video on Python! If you're planning to cover other languages in the future, I'd be really interested in seeing a comparison between Python and Golang, especially regarding performance and concurrency. Thanks for the great content!
I am learning my third language from Bro Code, you helped me alot
Very well explained, wonder why there isn’t many likes🤔. Just keep up the good work and definitely the likes will come along.
thnks that helped me a lot!!!!
I’ve started learning with my dad and you’ve helped so much! 😊
can u plz do a DSA course in c++, u already got one on but thats in java btw love ur videos
so many combos so many questions
Thanks for explanation
Diego = "Santos Lima" -> String
age = 38 -> Integer
peso = 80.9 -> Float
homem = ->True
u r one of my heroes
String = "Hello :D"
Integer = 14
Float = 729.5
liked_the_video = true (boolean)
how do you make it green words
name=“Raghav”
age=18
weight=53.20kg
is_student=True
location="Nairobi"
num_of_houses=5
lenth=4.5cm
is_married=true
Bruh ur just a kid trolling the length wasnt just ok delete ur comment
name= "Subodh Chaudhary"
age= 16
value _of_pi = 3.14
is_student= True
@@mugiwara_shank you put a whitespace
Dog_name = love
Class_ of = 2022
Weight = 157.8
Going_gym = true
Print(f”What is your dogs name? {dog_name}”)
First_name = "Aaron" (String)
Age = 17(Integer)
Height = 5.3(Float)
Is_student = True(Boolean)
print(f"My name is {Frst_name}")
print(f"I'm {Age} years old")
print(f"My height is {Height}feet
if Is_student:
print("I'm a student of BroCode")
else:
print("I'm not a student of BroCode")
Well my today homework is done ✅
weather= "Autumn"
width= 5
area=22.5
is_rained=True
"red" (string)
21 (integer)
23.23 (float)
is_boy = True (Boolean)
My_name = "Minimus" #String
My_age =18 #Integer
My_height=5.9 #Float
am_i_introvert = True #Boolean
Name = "Bro code Student"
Age = 24
GPA = 3.7
is_student = True
last_name="Kumar"
number=7
Months old=0.7
a_kid=True
Bro code will you make more python tutorials?
#string
country = "United Kingdom"
#integer
doors = 4
#Float
sea_level = 86.8
#boolean
is_clean = False
Burger = "Food" (String)
Num_of_patties = 54 (Integer)
Remaining_balance = 63.7 (Float)
Leaning_code = True (Boolean)
string = "strings"
Integer = 4
float = 24.7
Boolean = true
name = "Ananya"
Age =20
Todays tutorial rating = 9.99
is_video_useful=True
Thankyou Bro
Hey 👋.
Bro Code. Why aren't you post games in gaming channel 😂. Yesterday, First time I saw your face , literally you are so handsome. How can you manage both gaming and coding channels .
Love you Bro ❤
Hey bro. Isn't it better to use this:
name = "BroCode"
print("Hello ", name)
than this:
name = "BroCode"
print(f"Hello {name}")
please lmk whcih is better
#string "Burger"
#Integer 18
#float 9.7
#Boolean True
string=goat
integer=100
float=4.7
boolean=sleeping
some backend with express js too, bro???? 🥰🥰
Wassup bro. Imma be a game dev cuz o' you.
Type_of_phone = "Iphone"
model = 15
goal_buying_year = 3.5
goal_met = True
if goal_met:
print("Congratulation you met your goal")
else:
print("keep going you have not met your goal yet")
name= "Zlatan"
num= 8
dec= 3.98
e_ghf= False
perfect
String :name = "Mahesh"
Integer : age = 23
Float : gpa = 3.6
Boolean : is_student = True
#string
favourite_teacher = "Bro Code !"
#integers
Favourite_number = 69 #😅
#float
Exam_perxemtage = 99.4 #🕶️
#boolean
Bro_code_is_my_favoirite_teacher = true
Bro_code_scams = false
Can you make a course on Linux
#Strings
first_name="rbs"
#Integers
year = 2024
#Float
price = 9.99
#Booleans
bro_code_is_a_good_teacher=True
Name = "Sigma" (This is a string)
Number = 1 (This is an integer)
Coding_pays_well = True (This is a boolean)
Bro_code_subscribers = 3.0 (This is a float)
name = "Bro code" (String)
age = 24 (Integer)
pi = 3.4 (Float)
is_student = True (Boolean)
name = "ezra"
age = 23
weight = 83.6
is_employee = False
bro can u please make pytorch course
"String"
7
6.7
is_boolean=True
Name = sigma
age = 12
Exact_age = 12.7
Sigma = True
print(Name)
print(age)
print(Exact_age)
print(Sigma)
name = Venal
age = 14
height = 5.4
is_student =True
name_is = "deepak"
Class_is = 12
Average_is = 69.9
am_i_new = True
am i suppose to just take notes or remember all this
name= "Leo"
age= 17
price= 4.99
is_human= True
Movie_name = "cars"
Year = 2006
Length = 1.57
Is_it_worth = True
Print (Movie_name)
Print (year)
Print(Length)
Print(is_it_worth)
name = "Mohamed"
age = 16
height = 1.75
online = True
❤❤❤❤
um why is it print (f "hello") and not just print ("hello") ?
He prints (f"text") because f stands for format.
fav_genre = "Fantasy"
rft_war_books = 30
ratio = 5.1
subscribed = True
user_name = "tech"
age = 17
pi = 3.14
is_admin = True
❤
user_name = "Bro Code"
Age = 32
weight = 35.5
is_Thug = True
class = "12"
age = 15
percentage = 81.25
intermediate_student = True
Animal= 'Lion'
Stage= 2
Price= 9.99
is_teenager=True
first_name = "Cem" (Str)
age = 35 (Int)
gpa = 3.2 (Float)
is_online = True (Boolean) Have 2 option True or False
# HOMEWORK:
My_NAME = "BRO'S BRO"
My_AGE = 18
MY_GPA = 4.96
is_student = True
if is_student:
print("MY NAME IS:",My_NAME)
print(f"I AM {My_AGE} years old")
print("MY GPA IS:",MY_GPA)
else:
print("NOT A STUDENT")
Float = 3.99
Boolean = False
Integer = 10
String = " lion "
car = "BMW"
price = 2999.99
is_alive = True
age = 99
name = bro
age = -2
salary = 0.0001 cent
is_human = False
Me when bro codes:
name = "Bro Code"
year = 69
Looks = 9.69
is_hot = True
What the hell is a kilometer 🇺🇸🦅
Let's make discord server🎉
user_name = "Skibidi"
age = 200
value of pi = 3.14
is_gay = False
# String
skibidi = "Ohio Rizz"
# Integer
Gyat_lvl = 10
# Float
Height = 6.10
# boolean
lives_in_Ohio = True
user_name = "6FT"
year = 2024
double = 2.0
is_online = True
user_name = "student" #String
year = 2024 #Integer
pi = 3.14 #Float
is_admin = True #Boolean
user_name = does not matter
number = 31
my_dudu = 19.68
is_it_real = yes
user_name = "Sado"
year = 2024
integer = 0.1
is_admin = False
glory_hole = "Russia"
year = 2014
end = 20.24
urk_win = True
user_name = "HANDFOOL"
age = 2004
gpa = 2.5
a_male = True
Name = "Sunnyyy411"
IQ = 999
price = 4.44
Main_Charachter = True
user_name = "tech-topia"
day_of_comment = 12
num_e = 2.718
is_student = True
user name: khalid
year: 2024
pi: 3.14
yes he is admin
Eshan
420.69
23
a_boy= True