WeRCopyPasteDeveloper
Pages - Menu
Home
Python
Android
Advance Java
Management
My Playstore Application
Saturday, November 16, 2019
type() functions
type() functions
It returns type of the given object.
Syntax:
type(object)
Syntax:
type(name, bases, dict)
_name_ : Class name.
_bases_ : A possibly empty tuple containing the bases classes.
_dict_ : Dictionary containing the class’s namespace.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Mnemonic Variable Names
Mnemonic Variable Names This can confuse beginning students because well-named variables often “sound” so good. Example: x1q3z9oc...
String Operations
String Operations In general, you can’t perform mathematical operations on strings, even if the strings look like numbers. The + op...
No comments:
Post a Comment