Generation

generate functionThu, 15 Dec 2022

2022年のワールドカップで優勝する国は?

import random teams = ['日本', 'アメリカ', '中国'] def get_winner(): return random.choice(teams) get_winner()

Want to kickstart your project?Use the new AI Studio to create your code