Skip to main content
FARE - Free Architecture for Remote Education
FARE

Scrivi, esegui,
impara facendo

Scrivi ed esegui codice Python 3.x direttamente nel browser. Perfetto per sperimentare!

> def hello():
    print("Hello!")
> hello()
Hello!
main.py
Terminale / Shell Python 3.x
> Inizializzazione ambiente Python... Pronto.
Ln 1, Col 1 UTF-8 4 Spaces
Python Pronto

Suggerimenti

  • Ctrl + Shift + Enter Esegui il codice
  • Tab Inserisci 4 spazi (indentazione)