みなさん、こんにちは。最近朝型の生活に戻りつつあります、Triaezuです。 今回はpythonの勉強を始めて3週間後に出会うような関数2つを紹介します。私は機械学習に興味を持ってpythonを始めたのですが、最初は入門本を買わずにPyQというサービスにライト ...
Today, I learned a lot of things about Python. This image's content is ZIP function and enumerate function. I'm studying functions. I'm pretty sure I learned about them before, but I've forgotten a ...
# Example of enumerate function in python.... fruits=["Apple","Banana","Pineapple","Orange","Papaya"] print("This will print the index and value but from the index 2 ...