error f0010 in python

0

hellos, how are you ?. I have this code

a='20'
b="7"
c="Manolo"
print('Hola tengo {} años kiero en {} dias dominar este lenguaje. Me llamo {}'.format(a,b,c))

gives me

  

error f0010 error while code parsing: wrong or no encoding specified

T_T I do not understand k passes T_T

    
asked by Barly Espinal 26.05.2018 в 00:47
source

0 answers