Skip to content

Commit

Permalink
Update 1_3_Konzola.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dlutov committed Nov 13, 2024
1 parent 539a0b9 commit ebf0238
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions _sources/1_Osnove/1_3_Konzola.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ IDLE (Integrated Development and Learning Environment) је основно ок

2. У Shell-у можете одмах писати и извршавати једноставне Python команде. На пример:

<<<<<<< Updated upstream
.. activecode:: input1
=======
- У Shell-у можете одмах писати и извршавати једноставне Python команде. На пример:

.. activecode:: input10
>>>>>>> Stashed changes
:coach:

print("Здраво, Светe!")
Expand Down Expand Up @@ -69,20 +63,15 @@ IDLE (Integrated Development and Learning Environment) је основно ок

5. Можете користити `input()` функцију за унос података од корисника и `print()` функцију за приказивање резултата. На пример:

<<<<<<< Updated upstream


.. activecode:: input2
:coach:

ime = input("Унесите ваше име: ")
print("Здраво,", ime)



Више о овим функцијама научићете у лекцијама о уносу и испису података.
=======
-------------------------------------------------------------------------------------------------

>>>>>>> Stashed changes

.. infonote:: Савети за рад у IDLE-у:

Expand Down Expand Up @@ -134,31 +123,6 @@ IDLE (Integrated Development and Learning Environment) је основно ок

Када завршиш рад у конзоли, можеш је затворити командом `exit`.

<<<<<<< Updated upstream
=======

Покрените на исти начин програм zdravo.py. Отвориће вам се конзола и налазићете се на истој локацији као у Windows-у:



.. image:: ../../_images/konzola3.png
:width: 800 px
:alt: alternate text

Програм zbir.py покрећете командом:

.. epigraph::
py zdravo.py


Како да Затвориш Конзолу
--------------------------------------------

Када завршиш рад у конзоли, можеш је затворити командом:

.. epigraph::
>>>>>>> Stashed changes




Expand Down

0 comments on commit ebf0238

Please sign in to comment.