Posts by Thiago Dantas • 23 points
1 post
-
1
votes2
answers168
viewsQ: Would you like to make a code that spells out the word?
I’m new to programming and I’m trying to put together a script where I type in a word and he spells it out for me! I’ve assembled the following code! nome = input('palavra para soletrar:') while…