python online 加块

时间戳转日期
enumerate函数
This commit is contained in:
Irene-Maxine
2024-10-15 00:33:54 +08:00
parent f260227486
commit d95c05ebf9
8 changed files with 89 additions and 2 deletions

View File

@@ -213,6 +213,13 @@
</statement>
</block>
<block type="controls_millis"></block>
<block type="datetime_fromtimestamp">
<value name="VAR">
<shadow type="math_number">
<field name="NUM">18029</field>
</shadow>
</value>
</block>
<block type="time_localtime"></block>
<block type="garbage_collection"></block>
<block type="get_mem_alloc"></block>
@@ -894,6 +901,18 @@
</shadow>
</value>
</block>
<block type="enumerate">
<value name="LIST">
<shadow type="variables_get">
<field name="VAR">mylist</field>
</shadow>
</value>
<value name="VALUE">
<shadow type="math_number">
<field name="NUM">0</field>
</shadow>
</value>
</block>
</category>
<category id="catTuple" colour="195">
<block type="tuple_create_with"></block>