Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 111
and
Version 112
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:34:30 PM (
8 years
ago)
Author:
mtelenta
Comment:
popravka kode
Legend:
Unmodified
Added
Removed
Modified
python
v111
v112
700
700
x = 6
701
701
def example():
702
global x #Definiramo "x" kot globalno spremenljivko
702
global x #Definiramo "x" kot globalno spremenljivko
703
703
print("Vrednost globalne spremenljivke x: ", x)
704
704
print(x+5)