Skip to content

Instantly share code, notes, and snippets.

@nekoppy
Created August 7, 2019 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoppy/3875e549c50c2690111150dfcd96c4c3 to your computer and use it in GitHub Desktop.
Save nekoppy/3875e549c50c2690111150dfcd96c4c3 to your computer and use it in GitHub Desktop.
food = ["魚","鳥","肉","そば","うどん","ナス"]
for grill in food:
print("焼き",grill)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment