forked from domokane/FinancePy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
85 changed files
with
877 additions
and
872 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
cr = "\n" | ||
CR = "\n" | ||
|
||
s = "####################################################################" + cr | ||
s += "# FINANCEPY BETA Version " + str('0.33') + " - This build: 16 Nov 2023 at 18:53 #" + cr | ||
s += "# This software is distributed FREE AND WITHOUT ANY WARRANTY #" + cr | ||
s += "# Report bugs as issues at https://github.com/domokane/FinancePy #" + cr | ||
s += "####################################################################" | ||
s += cr | ||
S = "####################################################################" + CR | ||
S += "# FINANCEPY BETA Version " + str('0.33') + " - This build: 16 Nov 2023 at 18:53 #" + CR | ||
S += "# This software is distributed FREE AND WITHOUT ANY WARRANTY #" + CR | ||
S += "# Report bugs as issues at https://github.com/domokane/FinancePy #" + CR | ||
S += "####################################################################" | ||
S += CR | ||
|
||
print(s) | ||
print(S) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.