Exemple d'impression
print("You can print whatever you like and it'll be shown in the output")
Alpha Legion
print("You can print whatever you like and it'll be shown in the output")
#variables
name= 'Name' #Customizable
exclamationMark = '!' #Customizable
#prints(customizable):
print('Hello ', name + '!' + True, False)
print('GoodBye ' + name, exclamationMark)
print(' *')
print(' ***')
print('****')
print('*****')
print(' ***')
print ("hola")
print("text goes here")
#Print like printing something in real life!
print("Hello there!")
print('Make sure to upvote!')
#Both " and ' Work!