In this code the output is 'G','R','A','I','N' but i need it to be G,R,A,I,N, why? Also I'm on python 3.10 just in case that's important list=["G","R","A","I","N"] print(list)
In this code the output is 'G','R','A','I','N' but i need it to be G,R,A,I,N, why? Also I'm on python 3.10 just in case that's important list=["G","R","A","I","N"] print(list)