You are viewing our Forum Archives. To view or take place in current topics click here.
- Forum Archives Index
- Search
- Search found 2 matches
All posts by: JoeTheSloth
-
Topic: PYTHON mini game working code below.
-
JoeTheSloth
-
Replies: 8
Views: 9,681import random
import sys
goAgain = True
print("pick a number between 1 and 10")
while goAgain == True:
computernum = random.randrange(1, 10)
guess ...- 0useful
- 0not useful
-
Topic: Can anyone help me? +Rep | Java beginner
-
JoeTheSloth
-
Replies: 3
Views: 475I'm stuck on this project for AP Computer Science, and it's really pissing me off.
If someone can help me reference my indexOf line, and get it to print asterisks I'll rep.
I don't just want the a ...- 0useful
- 0not useful
- Forum Archives Index
- Search
- Search found 2 matches
You are viewing our Forum Archives. To view or take place in current topics click here.