Программы на Python
1732392496
Anonymous
Я пытался запустить интерактивный интерпретатор Python, набрав python в командной строке Windows, но выдал ошибку: [code]python Traceback (most recent call last): File "", line 1, in NameError: name 'python' is not defined >>> [/code] Что я делаю не так? Подробнее здесь: [url]https://stackoverflow.com/questions/16857105/nameerror-name-python-is-not-defined[/url]
Python 3.5.1: nameerror: имя «json» не определено [закрыто]
Anonymous »
01 мар 2025, 18:50 » в форуме
Python
#!/usr/bin/env python
# encoding: utf-8
import tweepy #
import json as simplejson
#write tweet objects to JSON
file = open('tweet.json', 'wb')
print ( Writing tweet objects to JSON please wait... )
for status in alltweets:...
0 Ответы
12 Просмотры
Последнее сообщение Anonymous
01 мар 2025, 18:50
Python 3.5.1: nameerror: имя «json» не определено [закрыто]
Anonymous »
01 мар 2025, 19:58 » в форуме
Python
#!/usr/bin/env python
# encoding: utf-8
import tweepy #
import json as simplejson
#write tweet objects to JSON
file = open('tweet.json', 'wb')
print ( Writing tweet objects to JSON please wait... )
for status in alltweets:...
0 Ответы
6 Просмотры
Последнее сообщение Anonymous
01 мар 2025, 19:58
Python 3.5.1: nameerror: имя «json» не определено [закрыто]
Anonymous »
01 мар 2025, 20:50 » в форуме
Python
#!/usr/bin/env python
# encoding: utf-8
import tweepy #
import json as simplejson
#write tweet objects to JSON
file = open('tweet.json', 'wb')
print ( Writing tweet objects to JSON please wait... )
for status in alltweets:...
0 Ответы
8 Просмотры
Последнее сообщение Anonymous
01 мар 2025, 20:50
0 Ответы
1 Просмотры
Последнее сообщение Anonymous
06 авг 2025, 13:42
0 Ответы
3 Просмотры
Последнее сообщение Anonymous
17 авг 2025, 16:09