This Is a Compilation of Various Tips And Tricks and various Smaller Codes which people might not know how to do but they are searching around Internet To Find. Here is a Compilation Of All of them. Contribute to This Section By Clicking Here
def is_integer(n):
if isinstance(n, int)
return True
if isinstance(n, float):
return n.is_integer()
return False
print("This Is A Random Text" end = "")
print("Hello"