Attention: Jupyter services at CINECA will be unavailable tomorrow, Thursday 16th October, for up to 1 hour for maintenance. You can still select Jupyter in JSC for your workloads. Thank you for your understanding


Code description

Version 2.2 by galluzziandrea on 2021/12/09 12:35

Code Description

x = 1
if x == 1:
   # indented four spaces
   print("x is 1.")

x = 1
if x == 1:
   # indented four spaces
   print("x is 1.")

Results