Attention: The EBRAINS IDM/IAM will be down tomorrow, Wednesday 17nd December, from 17:00 CET for up to 30 minutes for maintenance. Please be aware that this will affect all services that require login or authentication.


Wiki source code of Code description

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

Show last authors
1 == Code Description ==
2
3
4
5 {{code language="python"}}
6 x = 1
7 if x == 1:
8 # indented four spaces
9 print("x is 1.")
10 {{/code}}
11
12 (% class="wikigeneratedid" %)
13 === ===
14
15 {{code language="python"}}
16 x = 1
17 if x == 1:
18 # indented four spaces
19 print("x is 1.")
20 {{/code}}
21
22 (% class="wikigeneratedid" %)
23 === ===
24
25 === Results ===
26
27 ==== ====