ニュース

#different types of data we can store in variables strings,numbers and boolean character_age = 40 #no need to put quotes #boolean value isMale= False #working with strings print ("Giraffe\nAcademy") # ...