This website requires JavaScript.
Explore
Help
Sign In
zcy
/
triangle
Watch
1
Star
0
Fork
You've already forked triangle
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b30ccef2c0
triangle
/
python_gui
/
gui
/
test2.py
6 lines
97 B
Python
Raw
Blame
History
import
re
a
=
'
v0.10
'
b
=
'
'
.
join
(
re
.
split
(
r
'
[^A-Za-z]
'
,
a
)
)
print
(
b
)
a
=
a
.
replace
(
b
,
'
'
)
print
(
a
)
Reference in New Issue
View Git Blame
Copy Permalink