rahuldshetty commited on
Commit
9280fe1
1 Parent(s): d877700

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,17 +10,17 @@ tags:
10
  widget:
11
  - text: |-
12
  ### Instruction:
13
- Write a function to find cube of a number.
14
 
15
  ### Response:
16
  - text: |-
17
  ### Instruction:
18
- Write a function to find factorial.
19
 
20
  ### Response:
21
  - text: |-
22
  ### Instruction:
23
- Write a function to check whether a number is prime or not.
24
 
25
  ### Response:
26
  ---
 
10
  widget:
11
  - text: |-
12
  ### Instruction:
13
+ Write a function to find square of a number.
14
 
15
  ### Response:
16
  - text: |-
17
  ### Instruction:
18
+ Write a function to calculate factorial.
19
 
20
  ### Response:
21
  - text: |-
22
  ### Instruction:
23
+ Write a function to check whether a number is prime.
24
 
25
  ### Response:
26
  ---