-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdates and changes
More file actions
51 lines (37 loc) · 1.31 KB
/
Updates and changes
File metadata and controls
51 lines (37 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Classes were added.
August 4 2022.
Improvements to classes.
A new feature was added.
up to 8 values can be added to attributes.
August 12 2022.
New file.
A new file with if and elif statements was added.
September 1 2022.
Improved navigation.
A change was made so all choices are not shown every time the main menu is chosen.
Sept 15 2022.
If elif statements are better explained in the main menu.
Sept 22 2002.
Variables were added. The input function with a string is one of the options.
Oct 10 2022.
Python syntax aid in C was added.
May6 2023.
The readme was updated to explain the program better.
aug 11 2023.
Added spaces above and below finished code.
January 27 2024.
Added a cy selection for what's needed to finish a simple program.
January 27 2024.
A new file was added python syntax aid f. It uses a dictionary to call functions
instead of a if elif statement.
June 24 2024.
The C file was formatted for easier reading
December 28 2024.
A option to add quotes for values on if and elif statements was added.
July 22 2025.
Added a #define SIZE 2000 and 2000 was changed to SIZE to all variables and user inputs to make
it easy to change bounds limits.
All fgets were put into while loops to check for ctrl + d and other errors.
August 27 2025.
Added try except EOFError to python-syntax-aid-f.py.
August 30 2025.