What is the output of the following? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

What is the output of the following?

Print('abc'.encode())

16th Mar 2019, 12:59 PM
Kamal Pal
Kamal Pal - avatar
2 Réponses
+ 6
// Output : b'abc'
16th Mar 2019, 1:01 PM
program
program - avatar
0
Output is : b'abc'
16th Mar 2019, 1:05 PM
Kamal Pal
Kamal Pal - avatar