This website requires JavaScript.
Explore
Help
Sign In
EmbodiedAI
/
RoboWaiter
mirror of
https://github.com/HPCL-EI/RoboWaiter.git
Watch
3
Star
0
Fork
You've already forked RoboWaiter
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6058550124
RoboWaiter
/
BTExpansionCode
/
EXP
/
test.py
10 lines
76 B
Python
Raw
Blame
History
def
xx
(
a
,
ls
)
:
a
+
=
1
ls
.
append
(
8
)
b
=
5
ls
=
[
4
]
xx
(
b
,
ls
)
print
(
b
,
ls
)
Reference in New Issue
View Git Blame
Copy Permalink