CRCristina Rubioinpythonlab.hashnode.dev00My first message in Python18h ago · 2 min read · Example 1-1 : Hello world! ''' Example 1-1 Hello world! Assign the message "Hello world!" to a variable and print it on the screen. ''' message = "Hello world!" # message is a variable print(messageJoin discussion
CRCristina Rubioinpythonlab.hashnode.dev00Welcome to Python Lab 21h ago · 1 min read · To learn programming, we need to practice, make mistakes and try again and again. This space is created for exactly that: learning Python by writing code and solving problems. What is Python Lab? PythJoin discussion