This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
oysteikt-skolearbeid
/
TDT4109
Watch
1
Star
0
Fork
You've already forked TDT4109
0
Code
Issues
Pull Requests
Activity
master
TDT4109
/
Exercise 4 - Inspera
/
12.py
4 lines
79 B
Python
Raw
Permalink
Blame
History
import
re
def
correct_word
(
string
)
:
return
bool
(
re
.
match
(
'
^
\
w+$
'
,
string
)
)
Reference in New Issue
View Git Blame
Copy Permalink