deep2

Python IDE for Students
Python IDE
1
# Welcome to Python IDE!
# Try writing some code below

print("Hello, World!")

name = input("What's your name? ")
print(f"Nice to meet you, {name}!")

# Calculate the area of a circle
radius = 5
area = 3.14159 * radius ** 2
print(f"A circle with radius {radius} has area {area:.2f}")
Output Console
Click "Run" to execute your code...

Python IDE for Students - Run your code directly in the browser

Comments

Popular posts from this blog

პითონით თამაში ვ2

GPT8 (მუშაა)

clode 10 მუშაა ჩასწორებულია