Author | Message |
---|---|
The Real Bryan
Posts: 12
|
Posted 17:40 Mar 18, 2019 |
What is up with number 4? Come on, creating those pyramids is just so masochistic to the point it seems legitimately impossible to create them. Anyone possibly has the code or strategy to create those devilish pyramids? The hints did not really help much at all. Much appreciated! Last edited by The Real Bryan at
20:25 Mar 18, 2019.
|
The Real Bryan
Posts: 12
|
Posted 17:44 Mar 18, 2019 |
I also have the code, here it is: #Part-1 a = "*" while(b < 5): pretty sure there is a much easier way to create that pyramid with less spam. |
albertisawesome
Posts: 3
|
Posted 10:29 Mar 19, 2019 |
I did mine like this p = "*" while(p != y): |
The Real Bryan
Posts: 12
|
Posted 15:51 Mar 19, 2019 |
Oh, that's interesting! Thank you for your help! |
azecena
Posts: 5
|
Posted 17:19 Mar 19, 2019 |
can anyone help with number 1, I have all the numbers I'm just having trouble grouping them with the modulus operator. |
mgamez
Posts: 2
|
Posted 17:57 Mar 19, 2019 |
Im so lost on the first one any help
|
Doggy213
Posts: 11
|
Posted 18:51 Mar 19, 2019 |
count = 2 x = 1 y = 1 Last edited by Doggy213 at
20:00 Mar 19, 2019.
|
Jimmy1277
Posts: 3
|
Posted 22:24 Mar 19, 2019 |
how do you do the second part for it
|
Jimmy1277
Posts: 3
|
Posted 22:25 Mar 19, 2019 |
number 4 second part
|