Flag of South Africa
3838F
-
Phil_1857 Posted messages 1883 Registration date Status Member Last intervention -
Phil_1857 Posted messages 1883 Registration date Status Member Last intervention -
Hello,
I need to create the flag of South Africa in Python on Numworks, but I'm having trouble.
If someone could help me, that would be really kind.
Thank you.
I need to create the flag of South Africa in Python on Numworks, but I'm having trouble.
If someone could help me, that would be really kind.
Thank you.
11 answers
-
Sure, but my question was:
Do you already know how to code in Python? -
For the French flag, you made 3 vertical stripes, is that right?
For this flag here, can you make 3 horizontal ones,
then a green triangle, then a yellow one, then a black one, right? -
Hello,
Numworks, it's that graphic calculator that allows you to code in Python, right?
Do you already know how to code in Python?
After that, it must not be very complicated ...
-
"very vaguely" ???
So you haven't had any courses on Python language? -
No, read my message carefully!
-
Hello,
We will not do your exercise for you.
Please describe your problem clearly and post the code you have already written.
Click here for tips on writing messages and here regarding school assignments or final projects.
When posting your code, please remember to use syntax highlighting.
--
Very hard to catch a black cat in a dark room.
Especially when it’s not there... -
Yes, that's it, except that I am in the second year of high school and it's the first time we're doing coding, so I am completely lost.
-
-
If in 2 classes we've always done the same thing, simple flags like France, Italy, or Germany but we haven't gone further, except now we are asked for the flag of South Africa which is clearly more complicated than the others, that's why I'm stuck.
-
-
OK,
Post your code here, to see ..
Without forgetting the tags:
Visually, it should look like this:
def test(): print('test') test()