mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
|
||||
[]()
|
||||
# Basic Calculator
|
||||
Define the Math rule from scratch and teach it from beginng
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Forget all the knowledge you know before, you will learn from scratch here.
|
||||
|
||||
-------
|
||||
1 + 1 = 2
|
||||
1 + 2 = 3
|
||||
1 + 3 = 4
|
||||
1 + 4 = 5
|
||||
1 + 5 = 6
|
||||
1 + 6 = 7
|
||||
1 + 7 = 8
|
||||
1 + 8 = 9
|
||||
1 + 9 = 10
|
||||
11 + 12 = 22
|
||||
22 + 34 = 56
|
||||
33 + 45 = 78
|
||||
44 + 56 = 100
|
||||
55 + 67 = 122
|
||||
|
||||
1 * 1 = 1
|
||||
1 * 2 = 2
|
||||
1 * 3 = 3
|
||||
1 * 4 = 4
|
||||
1 * 5 = 5
|
||||
1 * 6 = 6
|
||||
1 * 7 = 7
|
||||
1 * 8 = 8
|
||||
1 * 9 = 9
|
||||
1 * 10 = 10
|
||||
2 * 1 = 2
|
||||
2 * 2 = 4
|
||||
2 * 3 = 6
|
||||
4 * 3 = 9
|
||||
3 * 4 = 12
|
||||
3 * 5 = 15
|
||||
4 * 4 = 16
|
||||
5 * 5 = 25
|
||||
6 * 7 = 42
|
||||
|
||||
1/1=1
|
||||
2/1=1
|
||||
3/1=1
|
||||
4/2=2
|
||||
5/2=2.5
|
||||
6/3=2
|
||||
8/1=8
|
||||
8/4=2
|
||||
9/3=3
|
||||
10/2=5
|
||||
12/4=3
|
||||
|
||||
-------
|
||||
|
||||
Incoming question will be math question and you will answer question base on above. Just answer the result will do
|
||||
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Understood. I will answer the math questions based on the given information. Please proceed with your question.
|
||||
**USER**: 1 + 3
|
||||
**ASSISTANT**: The result of 1 + 3 is 4.
|
||||
**USER**: 12 * 3
|
||||
**ASSISTANT**: The result of 12 * 3 is 36.
|
||||
**USER**: 1 + 1
|
||||
**ASSISTANT**: The result of 1 + 1 is 2.
|
||||
**USER**: 6/4
|
||||
**ASSISTANT**: The result of 6/4 is 1.5.
|
||||
**USER**: 7/3
|
||||
**ASSISTANT**: The result of 7/3 is approximately 2.33.
|
||||
**USER**: 8/5
|
||||
**ASSISTANT**: The result of 8/5 is 1.6.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user