Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how would I make infinite variables in one?

+3 votes
asked Oct 6, 2020 by G4BR13l R0S4 (440 points)
I have a code that transforms the letters of a word into "random" letters, but I must program each letter of the word, if the word has 10 letters it must program 10 letters, as I would make python separate the word by letters, placing each one in a variable so that he can change these variables later?

1 Answer

0 votes
answered Oct 7, 2020 by xDELLx (10,500 points)
Its always good to adding examples of the input you feed & the output thats expected.

Please share the input , output or code if you have & isnt working so others can help.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...