This website works better with JavaScript
Home
Explore
Help
Register
Sign In
luojiehua
/
BIDI_ML_INFO_EXTRACTION
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
4b7765f10b
Branches
Tags
master
BIDI_ML_INFO...
/
BiddingKG
/
dl
/
test
/
7.py
7.py
84 B
History
Raw
1
2
3
4
5
6
7
8
9
10
a = 1<<10
b = bin(a)
c = a | (1<<2)
print(b)
print(a)
a = "1234"
print("-",a[3:])