0

What is the keyword for character variable in python?

4th Sep 2016, 11:37 AM
Siddhant Manglik
Siddhant Manglik - avatar
3 Réponses
0
chr gets the charter in ASCII chr(65)='a' ord(a)=65
4th Sep 2016, 1:23 PM
Nimsara
0
There's no such type as a character in Python.
4th Sep 2016, 1:57 PM
trueneu
trueneu - avatar
0
Since Python has string data types and "In computer programming, a string is traditionally a sequence of characters" source: https://www.google.com/search?q=what+are+strings+in+programming
7th Sep 2016, 2:50 PM
yancy
yancy - avatar