Attention: The Keycloak upgrade has been completed. As this was a major upgrade, there may be some unexpected issues occurring. Please report any issues you find to support by using the contact form found at https://www.ebrains.eu/contact/. Thank you for your patience and 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