Skip to content

Commit

Permalink
fix language
Browse files Browse the repository at this point in the history
  • Loading branch information
diriano committed Aug 31, 2023
1 parent e81ceac commit cfbc57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problemsets/Python_01_problemset.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Python 1 Problem Set
```
>>> Remember, write a bit, then run your code, write some more, then run again. This makes code easier to debug.
4. Use `sys.argv` (make sure to import sys!!!) to retrieve your name, favorite color, favorite activity, and favorite animal from the command line. Remember to check out the [example in the notes](https://github.com/prog4biol/pfb2019#command-line-parameters-a-special-built-in-list). Print all the variables in one print statement.
4. Use `sys.argv` (make sure to import sys!!!) to retrieve your name, favorite color, favorite activity, and favorite animal from the command line. Remember to check out the [example in the notes](https://github.com//labbces/cen0336/pfb.md/#parâmetros-de-linha-de-comando-uma-lista-especial-de-parâmetros). Print all the variables in one print statement.
- try using commas to separate your print arguments.
- try using '+' to separate your print arguments.
Expand Down

0 comments on commit cfbc57a

Please sign in to comment.