As you may know, Python can be written like this

def hoge(a, b, c):
    print a, b, c

hoge(*[1, 2, 3])

hoge(**{'a': 1, 'b': 2, 'c': 3})

Recommended Posts

As you may know, Python can be written like this
If you know this much, you can write Python test code! ~ Super introductory edition ~
Python code that keeps tweeting "Bals" as much as you can
If you know Python, you can make a web application with Django
"Obake" can be sung by "you"
Python | What you can do with Python
For Python beginners. You may be confused if you don't know the general term of the programming language Collection.
[Python] Code that can be written with brain death at the beginning when scraping as a beginner
Until you can use opencv with python
[Python] The movement of the decorator that can be understood this time ② The decorator that receives the argument
You will be an engineer in 100 days --Day 35 --Python --What you can do with Python
Since python is read as "Pichon", it can be executed with "Pichon" (it is a story)
Linux command that can be used from today if you know it (Basic)