Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
for updated python the code needs a change
print(a)
  • Loading branch information
maverick8055 authored Oct 17, 2019
commit 88aef4a6e65fce029bd116a8a177451e036f3ddd
2 changes: 1 addition & 1 deletion codes/105-1.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

a = 19+2*4-8/2
print a
print(a)