You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Jupyter
Hi!
I have a project to make a simple numeric game. First of all the computer chooses a random number from 0-1000. Then user asks if the number is in the first part (0-499) or is it in the second (500-1000). The computer answears YES or NO. Let's suppose the compmuter said yes to the question about 1st part. The user asks again is it from 0-249 and so on so on. The game ends when user finds the number. Anyone has an idea?
Björn Johansson
unread,
Jan 10, 2018, 5:14:18 AM1/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Jupyter
I assume you would like to use Python? This is probably not the right place to look for answers to questions like this.
To get an introduction to the mindset of programming, try the hour of code. Then continue with a Python specific introduction here.