# STRIN LSTRIP & RSTRIP
txt = " banana "
x = txt.lstrip()
y = txt.rstrip()
print("of all fruits", x, "is my favorite")
print("of all fruits", y, "is my favorite")
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