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

Add more tasks, especially easy tasks #13

Open
vpavlenko opened this issue Feb 15, 2017 · 1 comment
Open

Add more tasks, especially easy tasks #13

vpavlenko opened this issue Feb 15, 2017 · 1 comment

Comments

@vpavlenko
Copy link
Owner

The goal is to make slow-pacing students busy and studying, so not to have them struggle on hard problems without any success. Please, share your task ideas below.

@tomalley4
Copy link
Contributor

tomalley4 commented Oct 1, 2017

section 2: if/else, mod

  • ask students to predict the output (if/if/if, if/else, if/elif, if/elif/else); answer will sometimes be no output, sometimes multiple outputs, etc
  • code whether an input is even or odd
  • similar: code whether an input is a multiple of another input
  • code whether an input is an integer
  • code traffic light (if input is "red", print "stop"; green = go; yellow = caution; other = not a stoplight color)
  • similar: code state of water (depending on input, print liquid, solid, or gas)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants