Hey folks. I'm wondering if anyone can help me to find axioms of these pictures somehow
![[Image: 0?ui=2&ik=96f9b9e177&attid=0.3&permmsgid..._k7rhizl01]](https://mail.google.com/mail/u/0?ui=2&ik=96f9b9e177&attid=0.3&permmsgid=msg-a:r-6877912547217385333&view=att&disp=safe&realattid=f_k7rhizl01)
![[Image: 0?ui=2&ik=96f9b9e177&attid=0.1&permmsgid..._k7rhizog2]](https://mail.google.com/mail/u/0?ui=2&ik=96f9b9e177&attid=0.1&permmsgid=msg-a:r-6877912547217385333&view=att&disp=safe&realattid=f_k7rhizog2)
How to find axiom of this picture
How to find axiom of this picture
|
||
Mar-14-2020, 10:54 AM
Define "axiom" in this context. Also, what have you tried, or looked up or anything? We aren't here to do the work for you.
Mar-15-2020, 12:02 PM
Hello, thank you for your reply.
sorry about that. I forgot to show what I've worked. So this is what I've worked :
[python] for i in range(len(axiom)): c = axiom[i] if c == 'F': alex.forward(l) if c == '-': alex.left(d) if c == '+': alex.right(d) if c == '[': stack.append((alex.heading(), alex.pos())) if c == ']': heading, position = stack.pop() alex.penup() alex.goto(position) alex.setheading(heading) alex.pendown() [\pyhton] as the rule will produce this image https://mail.google.com/mail/u/0?ui=2&ik..._k7szjeoz1 So now my lecturer told me to find the axiom of those pictures by applying the same rule. Thanks you. Sorry for my bad english. | ||
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
How to modify and get the same picture | vokoyo | 1 | 2,827 |
Jul-07-2019, 11:37 AM Last Post: dataman |
|
Why there is no any input of the picture? | Tony | 2 | 3,362 |
May-19-2018, 07:20 AM Last Post: Tony |
Users browsing this thread: 1 Guest(s)