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 eac3858

Browse files
Update
1 parent fb079a0 commit eac3858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎KissFlow/TrueValue.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"""
66
d = {True: "True value here", None: "None value here"}
77

8-
d[1]"One value here"
8+
d[1]="One value here"
99

10-
d[2]"Two value here"
10+
d[2]="Two value here"
1111

1212
d[None]= "None value here again"
1313

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Python-Programming from scratch
1+
# <-- My Repository for Learning Python Programming -->

0 commit comments

Comments
(0)

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