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