Be Good. Do Good.
print("=====WeLcOmE=====")
name=input("please enter your name : ")
print("Hi..",name )
=====WeLcOmE===== please enter your name : Buddy Hi.. Buddy
#This is a comment
'''
Multi Line Comment
print ("welcome")
welcome
Post a Comment
1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...
No comments:
Post a Comment