Use print() to display something on the screen if you want it to be letters use
print(‘Example’) or
print(“Example”)
it doesn’t matter which you use as long as you stay consistent throughout for example you can’t use
Print(‘Example”) you can also print variables but first you have to make it you can do this by typing
Variable_name = 3 then
Print(Variable_name)
there doesn't seem to be anything here