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 when you added code to a Bash Shell Script in your OPS235 course ('''Tip: ''' issue '''which python''' for pathnamne)
::::* The script should use a single variable called "name"
::::* The value of the "name" variable should be "Isaac"