# Welcome to Rise Python! # This is an online Python compiler using Skulpt. # Write your Python 3 code here and press "Run" to execute. import time print("Hello, World!") print(f"Current time: {time.asctime()}")