Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 110
and
Version 111
of
python
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Oct 10, 2016, 2:33:39 PM (
8 years
ago)
Author:
mtelenta
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
python
v110
v111
682
682
# in glede na to, da program beremo od vrha proti dnu, to pomeni, da bo ta spremenljivka "vidna" v celotni kodi
683
683
def example():
684
print("Vrednost globalne spremenljivke x: ", x)
684
print("Vrednost globalne spremenljivke x: ", x)
685
685
z = 5
686
686