13,420
edits
Changes
→String Variables
</source>
:#To gain practice, create a python script (called lab1b.py) with the following content and details:
::::* The script should have a '''Shebang line''' like you did with a Bash Shell (Tip: issue '''which python''' for pathnamne)
::::* The script should use a single variable called "name"
::::* The value of the "name" variable should be "Isaac"