In C/C++ and Java, i can write empty function as following
// An empty function in C/C++/Java void fun() { }
In Python, when i wrote that,