Skip to content

Commit

Permalink
added hello
Browse files Browse the repository at this point in the history
  • Loading branch information
JaumeOS committed Mar 17, 2023
1 parent e2afc46 commit 97d661b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
even_numbers = [2,4,6,8]
odd_numbers = [1,3,5,7]
all_numbers = odd_numbers + even_numbers
print(all_numbers)
print(all_numbers)

hello = "hello"

0 comments on commit 97d661b

Please sign in to comment.