- Install
- Basic operation
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
Usage of each block
Output log to console

Outputs the specified string to the web browser console.
Format floating point number

Converts a number with a decimal point into a string formatted with the specified number of digits.
Wait

Pauses program execution for the specified amount of time.
Specify the time in milliseconds (=1/1000 seconds).
Exit the program
![]()
Terminates program execution.
In the case of Tsumicky for electronic work, when this block is executed, the block in the "end" part is executed, and then the program ends.