Project

General

Profile

Wiki » History » Version 4

Version 3 (Fabian Andrés Justo Villalobos, 08/16/2022 06:39 PM) → Version 4/31 (Fabian Andrés Justo Villalobos, 08/23/2022 06:05 PM)

Problema:

Solución:
<pre><code class="python">
def __init__(self):
self.var = 1
print("hello world!")
</code></pre>