Computer Science, asked by prashantdhaked544, 8 months ago

Which technology giant has agreed to provide wi-fi hotspot at 500 railway stations in india?

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
2

Answer:

Normal strings in Python are stored internally as 8-bit ASCII, while Unicode strings are stored as 16- bit Unicode. This allows for a more varied set of characters, including special characters from most languages in the world.

Example…….

#!/usr/bin/python

print u’Hello, world!’

Similar questions