Changes between Version 108 and Version 109 of python


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

--

Legend:

Unmodified
Added
Removed
Modified
  • python

    v108 v109  
    606606
    607607# Definiranje funkcije
    608 def ime_nase_funkcije():
    609 print("Hello, World!") 
     608def hello_world(): #ime_nase_funkcije
     609   print("Hello, World!") 
    610610
    611611# S tem, ko funkcijo definiramo, se funkcija še NE izvede