# Write your magical Python code here...
import math
import random
def welcome():
print("🚀 Welcome to Python Studio!")
print(f"👉 Random Number: {random.randint(1, 100)}")
print(f"👉 Value of Pi: {math.pi}")
welcome()
Output Terminal
-- System Initializing --
Please wait, setting up Python environment... (This may take a few seconds)