Skip to content

Commit

Permalink
Update and rename j.ob.py to job.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joegeorge022 authored Dec 16, 2024
1 parent 541c9db commit d4adf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day-16/j.ob.py → Day-16/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
python_students={"alice","boby","diana","charlie"}
java_students={"charlies","eve","diana,frank"}
commom_student=python_students or java_students
print(commom_student)
print(commom_student)

0 comments on commit d4adf21

Please sign in to comment.