Skip to content

Instantly share code, notes, and snippets.

@aashishrbhandari
Created June 26, 2020 11:02
Show Gist options
  • Save aashishrbhandari/9c7d224202001b21e5d0fee7b364cc94 to your computer and use it in GitHub Desktop.
Save aashishrbhandari/9c7d224202001b21e5d0fee7b364cc94 to your computer and use it in GitHub Desktop.
Python InBuilt Functions:
--------------------------
InBuilt Func:
--------------
print()
input()
len()
int()
float()
str()
format()
max()
abs()
.... <Few More will be Appended>
print()
---------
To Print anything and multiple type of data
print("Hiie This is a Python Revisited Info Text File ")
print("value is", 5)
print("JSON-LIKE: ", {"key": "value"})
input()
--------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment