Differences

This shows you the differences between two versions of the page.

programiranje:python_challenge:nivo_0 [2009/11/23 09:05] (current)
delboy created
Line 1: Line 1:
 +===== Python Challenge - Nivo 0 =====
 +U [[http://www.pythonchallenge.com/pc/def/0.html|nultom nivou]] na slici je monitor na kome je slika na kojoj pise 2^38. Python ima operator za stepenovanje, tako da je ovaj nivo trivijalan.
 +<code python>
 +#!/usr/bin/env python
 +rez = 2**38
 +print rez
 +</code>
 +
 +**ReÅ¡enje**: http://www.pythonchallenge.com/pc/def/274877906944.html
 
programiranje/python_challenge/nivo_0.txt · Last modified: 2009/11/23 09:05 by delboy
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki