What is the output of the following? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is the output of the following?

Print('abc'.encode())

16th Mar 2019, 12:59 PM
Kamal Pal
Kamal Pal - avatar
2 Antworten
+ 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