-
Notifications
You must be signed in to change notification settings - Fork 3
/
message.py
70 lines (68 loc) · 2.23 KB
/
message.py
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
message0 = "Greetings,"
message1 = ""
message2 = "Thank you for registering for Kaleidoscope, a #LearnWithCODe, intiative aimed to provide the high school and higher secondary students a glance into this Technical world!"
message3 = ""
message4 = "The event begins on 24th of May, 2020 with the following schedule :"
message11 = ""
message12 = "27/5/2021, 4:00 PM"
message13 = "Session on digital electronics"
message14 = ""
message15 = "28/05/2021, 4:00 PM"
message16 = "Session on Civil structures against Natural Disasters"
message17 = ""
message18 = "29/05/2021, 4:00 PM"
message19 = "Introduction to App development"
message20 = ""
message21 = "31/05/2021, 4:00 PM"
message22 = "Introduction to Web development"
message23 = ""
message24 = "01/06/2021, 4:00 PM"
message25 = "Session on Machine learning"
message26 = ""
message27 = "02/06/2021, 4:00 PM"
message28 = "Introduction to Ethical hacking"
message29 = ""
message30 = "If you want to register for more sessions, register in the following link to book your slots:"
message31 = "https://forms.gle/gxnPqq5DUr4Afpw79"
message32 = ""
message33 = "Kindly share this initiative with your friends and family as well!"
message34 = ""
message35 = "Thank you and regards,"
message36 = "Community Of Developers (CODe)"
message37 = "Department of Computer Science and Engineering"
message38 = "Christ College of Engineering"
# The event begins on 24th of May, 2020 with the following schedule :
# 24/5/2021, 4:00 PM
# Session on basics of programming
#
# 26/5/2021, 4:00 PM
# Session on working on home appliances and energy meter
#
# 27/05/2021, 4:00 PM
# Session on digital electronics
#
# 28/05/2021, 4:00 PM
# Session on dynamic architecture
#
# 29/05/2021, 4:00 PM
# Introduction to app development
#
# 31/05/2021, 4:00 PM
# Introduction to Web development
#
# 01/06/2021, 4:00 PM
# Session on machine learning
#
# 02/06/2021, 4:00 PM
# Introduction to ethical hacking
#
# If you want to register for more sessions, register in the following link to book your slots :
# https://forms.gle/gxnPqq5DUr4Afpw79
# ‼️
#
# Kindly share this initiative with your friends and family as well!
#
# Thank you and regards,
# Community Of Developers (CODe)
# Department of Computer Science and Engineering
# Christ College of Engineering"