This website requires JavaScript.
Explore
Help
Register
Sign In
RyanMZ
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a41ec8a137
python
/
2024-6-2-3.py
7 lines
71 B
Python
Raw
Blame
History
a
=
(
1
,
2
,
3
,
4
)
b
=
(
5
,
6
,
7
,
8
)
print
(
2
in
a
)
print
(
a
>
b
)
print
(
a
*
2
)
print
(
a
+
b
)
Reference in New Issue
View Git Blame
Copy Permalink