Toggle menu
122
332
11
3.4K
Information Rating System Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Political systems: Difference between revisions

From Information Rating System Wiki
Content deleted Content added
Pete (talk | contribs)
No edit summary
Pete (talk | contribs)
No edit summary
Line 9: Line 9:
<code lang="python">
<code lang="python">
i = 10
i = 10

y = 20
y = 20

b = i + y
b = i + y
</code>
</code>

Revision as of 20:33, 26 July 2024

a=b

c=d

i = 10

y = 20

b = i + y