What are the Difference btween data type and keywords in python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the Difference btween data type and keywords in python??

Python language

16th Jan 2019, 6:55 PM
Akshay Goswami
Akshay Goswami - avatar
2 Answers
+ 1
Datatypes are the type of variables like int,float,string etc, where as keywords are reserved words(in built functions) for a language like if,else,in,def etc.
18th Jan 2019, 12:45 AM
Pratibha Kadiyavar
Pratibha Kadiyavar - avatar