Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9042a4e

Browse files
Practice Question
1 parent 2aafcc0 commit 9042a4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎implicit_and explicit.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66

77
print(x+y)
88

9-
109
# ========================================EXPLICIT============================================================
1110
a = 123
1211
b = "234"
1312
""" User needs to make both the inputs
1413
of the same type to perform action."""
1514

16-
print(a+int(b))
15+
print(a+int(b))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /