Operating environment
Python 2.7.9 on Raspberry Pi2
In-line comments that can be used in C etc.
time.sleep(100/*msec*/);
I don't know how to make a comment similar to this in python.
As a search http://stackoverflow.com/questions/5617159/mid-line-comment-in-python
Actually if you break your statement into multiple lines you can.
It seems that you have to make it multiple lines.
Recommended Posts