Skip to content

Gautham3348/python

Repository files navigation

#data types ''' data types in pyton are none, numeric, list, tuple, set, string, range, and dictionary none is null like other language numeric has int, float, bool and complex ''' a = 10>5 print(a) print(type(a))

#range print(list(range(8)))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages