how can i create an array which can store string or char values?? #1437
Replies: 1 comment 2 replies
-
Could you be more specific about what kind of array do you want? Maybe you could just use a string? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm working on a program which involves creating an array of characters like
a = ['1', '2', '3']
I looked around a lot, asked on the discord, asked the kapa.ai bot but not a single solution seems to be helping.
Beta Was this translation helpful? Give feedback.
All reactions