Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 3.01 - Built-in Function Suggestions #290

Open
jorystark opened this issue Apr 14, 2021 · 0 comments
Open

Lesson 3.01 - Built-in Function Suggestions #290

jorystark opened this issue Apr 14, 2021 · 0 comments

Comments

@jorystark
Copy link

After conferring with my volunteers, we referred to the functions as python standard library functions rather than built-in functions because they're not built-in functions. Also, for the Do Now, I instructed my students to type from random import randint rather than just import random for two reasons: 1) They're not used to dot notation, and I'd feel more comfortable showing them that way to write the functions once we've done unit 7, and 2) By using randint() rather than random.randint(), the function would look similar to the functions the students will create in the rest of the unit.

@Dan-TEALS Dan-TEALS self-assigned this May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants