- numpy - matplotlib Physim

Variable Declaration in Python



1. Declaring a variable and printing a number:


2. Declaring a variable and printing a character:


3. Declaring a variable and printing a string:



Here is a code editor so that you can run Python in the browser, and practice:


# insert your code here


Go Back to Python Exercises Page