Created
June 21, 2020 05:55
-
-
Save Aashishkumar123/051d6af25f7a69eda926d9bb732c4b79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# print your output through print function | |
print('Hello World !!') | |
print(1) | |
print(10.12) | |
print(10+2j) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment