0
私が持っている変数:変更する変数は
user = "jobrr"
を私は変数が事前に定義ので、ループ内の各ループサイクル(後に何を表すか、次が、変更のループに欲しいものを来てforループの変数)
example loop as long as y = true
openurl = urllib.urlopen("https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&contributor_details&include_rts=true&screen_name="+user+"&count=3600")
user = user + "a" #just for example
どうすればいいですか?
を定義する必要があります)。 – Makoto
@Makoto、私は同意する、それは私が私の答えを書いた理由です。 OPには選択肢があります。 :-) – joaquin