Computer Science, asked by HarshitMall116, 11 months ago

What are Standard Data Types in Python 3?

Answers

Answered by ams68
0

python also provide some built-in data type , in particular , dict , list , set , and frozenset , and tuple . the str class used to hold unicod string , and the bytes class is used to hold binary data...

Similar questions