Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
soumya
Swecha Project 1
Commits
47224b55
Commit
47224b55
authored
May 24, 2014
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sixth commit
parent
670ce469
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/loops4.py
src/loops4.py
+8
-0
No files found.
src/loops4.py
0 → 100644
View file @
47224b55
string
=
"This is technical knowledge oriented sumer camp "
l
=
string
.
split
(
" "
)
query
=
"technical"
if
query
in
l
:
print
"FOUND"
else
:
print
"NOT FOUND"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment