This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
pikapython
Watch
1
Star
0
Fork
0
You've already forked pikapython
mirror of
https://gitee.com/Lyon1998/pikapython.git
synced
2025-01-15 17:02:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
examples
/
BuiltIn
/
type.py
4 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
update examples/BuiltIn/type.py.
2022-06-30 08:15:08 +00:00
mylist
=
[
1
,
2
,
3
]
if
str
(
type
(
mylist
)
)
==
"
<class
'
list
'
>
"
:
support return val from type()
2022-06-30 16:10:08 +08:00
print
(
'
OK
'
)
Reference in New Issue
Copy Permalink