Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SmartPlanner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Android 2017
SmartPlanner
Repository
14a0f03164ef7191e23f65a752a41fcccc21cc40
Select Git revision
1 result
Searching
Show more breadcrumbs
SmartPlanner
app
src
main
java
com
example
chan24
smartplanner
DatabaseHelper2.java
DatabaseHelper2.java
Find file
Blame
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
File actions
Find file
t
Blame
Copy permalink
y
Copy contents
Open raw
Download
8 years ago
c88ceb6f
Profile
· c88ceb6f
Niharika K
authored
8 years ago
c88ceb6f
History
Profile
Niharika K
authored
8 years ago
lab22.py
105 B
1
2
3
4
5
6
S
=
input
(
"
enter the string:
"
)
l
=
set
()
for
i
in
S
:
if
i
not
in
l
:
print
(
i
,
"
:
"
,
S
.
count
(
i
))
l
.
add
(
i
)