Changes between Version 111 and Version 112 of python


Ignore:
Timestamp:
Oct 10, 2016, 2:34:30 PM (8 years ago)
Author:
mtelenta
Comment:

popravka kode

Legend:

Unmodified
Added
Removed
Modified
  • python

    v111 v112  
    700700x = 6
    701701def example():
    702 global x #Definiramo "x" kot globalno  spremenljivko
     702   global x #Definiramo "x" kot globalno  spremenljivko
    703703print("Vrednost globalne spremenljivke x: ", x)
    704704print(x+5)