Python and print variables
Python and Print functions
let's start with the first tutorials!
That is the function
print()So let's get started by using the print module to print a basic text "HELLO WORLD!"So open a Python new window and create a variable named "a", now assign a HELLO WORLD
and define print and inside print define a
Example code is provided here:
a = "Hello World"
print(a)Try running this code in any python module YOUR CODING MODULE SHOULD LOOK LIKE THIS
Amazing 😍
ReplyDelete