Changes between Version 17 and Version 18 of python


Ignore:
Timestamp:
Dec 1, 2011, 12:44:38 AM (12 years ago)
Author:
Leon Kos
Comment:

Branje z razdelitvijo vrstice

Legend:

Unmodified
Added
Removed
Modified
  • python

    v17 v18  
    507507
    508508}}}
     509Številke ločene s presledkom v eni vrstici lahko preberemo z ukazom
     510{{{
     511#!python
     512x = [eval(s) for s in raw_input().split(" ")]
     513}}}
    509514
    510515