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 a91a2c8

Browse files
Adding return str
1 parent 3359ba6 commit a91a2c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Problem Solving Scripts/CPF_Checker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def validateCPF(userCPF):
132132
mergeRes = str(userCPF[:9]) + str(restSum) + str(restSumSec)
133133
logThis(f"Merged result: {mergeRes}")
134134

135+
return mergeRes
136+
135137

136138
if __name__ == "__main__":
137139
if debugMode:

0 commit comments

Comments
(0)

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