+ 1
What’s the difference between these sentences?
1.language= “python” print (language) 2.language =“python” language On computer,they have different outputs.
2 Risposte
1.language= “python” print (language) 2.language =“python” language On computer,they have different outputs.