Posts by Daniel Oliveira • 61 points
3 posts
-
3
votes5
answers106673
viewsA: How to generate random numbers in Python?
I can’t comment yet because I don’t have a score for it, but randint includes the last paragraph, as opposed to randrange, which works more like the rest of Python (closed interval at the beginning…
-
2
votes1
answer419
viewsA: Function code works on IDLE, but the program shuts down
Problem solved. It was my mistake. I expected that when I ran the program alone it would give me the answer on the screen. Return only returns a value, but it does not become output on the screen.…
python-3.xanswered Daniel Oliveira 61 -
1
votes1
answer419
viewsQ: Function code works on IDLE, but the program shuts down
I’m a beginner, I’ve been training in my free time for a couple of months and so far my programs had five lines, very simple. This program taught me several new concepts, and it’s part of a larger…
python-3.xasked Daniel Oliveira 61