Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
(uiserver):xxxxxxxx:~ > python Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print ("hello world") hello world >>> print "hello world" hello world >>> print "hello world" hello world >>> print """hello world""" hello world >>>
to z pythona na serwerze
a to u mnie z kompa:
[przemo@arch ~]$ python Python 3.3.1 (default, Apr 6 2013, 19:11:39) [GCC 4.8.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> print "hello world" File "<stdin>", line 1 print "hello world" ^ SyntaxError: invalid syntax >>> print hello world File "<stdin>", line 1 print hello world ^ SyntaxError: invalid syntax >>> print hello world
co jest nie tak u mnie????
wersja python2 dziala wporzadku.
Ostatnio edytowany przez pink (2013-05-01 10:45:16)
Offline
U mnie:
python Python 2.7.3 (default, Apr 2 2013, 08:03:17) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print ("hello world") hello world >>> print "hello world" hello world >>> print "hello world" hello world >>> print """hello world""" File "<stdin>", line 1 print """hello world""" ^ IndentationError: unexpected indent >>> print "hello world" hello world >>> print hello world File "<stdin>", line 1 print hello world ^ IndentationError: unexpected indent >>> print hello world File "<stdin>", line 1 print hello world ^ SyntaxError: invalid syntax >>>
Widocznie te typy już tak mają.
Spróbowałem u mnie printy z obu twoich przykładów.
Mimo tego python działa ok.
Ostatnio edytowany przez Jacekalex (2013-05-01 10:53:16)
Offline
python3 sie tak dziwnie zachowuje, a instaluje sie z chromium jako zalerznosc przynajmniej w archu.
nic to, dodalem alias w .bashrc co by sie nie denerwowac.
Offline
Nie dziwnie, a zamierzenie ;-)
http://docs.python.org/3.0/whatsnew/3.0.html#print-is-a-function
Offline
Time (s) | Query |
---|---|
0.00009 | SET CHARSET latin2 |
0.00006 | SET NAMES latin2 |
0.00081 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.23.92.64' WHERE u.id=1 |
0.00059 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.23.92.64', 1732481614) |
0.00055 | SELECT * FROM punbb_online WHERE logged<1732481314 |
0.00096 | SELECT topic_id FROM punbb_posts WHERE id=231463 |
0.00008 | SELECT id FROM punbb_posts WHERE topic_id=23442 ORDER BY posted |
0.00060 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=23442 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00206 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=23442 ORDER BY p.id LIMIT 0,25 |
0.00074 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=23442 |
Total query time: 0.00659 s |