blob: 707a73ac9604dc3481b8a8221d2760bacffa4208 (
plain) (
blame)
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
|
def Science():
Link = "https://meet.google.com/ify-fhhk-zrs"
return Link
def Maths():
Link = "https://meet.google.com/ify-fhhk-zrs"
return Link
def Hindi():
Link = "https://meet.google.com/ify-fhhk-zrs"
return Link
def English():
Link = "https://meet.google.com/ify-fhhk-zrs"
return Link
def sst():
Link = "https://meet.google.com/ify-fhhk-zrs"
return Link
|