-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq_data.py
More file actions
103 lines (82 loc) · 2.75 KB
/
Copy pathfaq_data.py
File metadata and controls
103 lines (82 loc) · 2.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
faqs = [
{
"question": "What are your opening hours?",
"answer": "We are open from 9 AM to 6 PM."
},
{
"question": "Where are you located?",
"answer": "We are located in Karachi."
},
{
"question": "How can I contact you?",
"answer": "You can contact us through email."
},
{
"question": "What services do you provide?",
"answer": "We provide web development and AI solutions."
},
{
"question": "Do you provide customer support?",
"answer": "Yes, we provide customer support."
},
{
"question": "What is artificial intelligence?",
"answer": "Artificial intelligence is technology that enables computers to perform tasks that normally require human intelligence."
},
{
"question": "What programming languages do you use?",
"answer": "We commonly use Python, JavaScript, HTML and CSS."
},
{
"question": "How can I register?",
"answer": "You can register by filling out the registration form."
},
{
"question": "What are your working days?",
"answer": "Our working days are Monday to Friday."
},
{
"question": "Can I get help with my account?",
"answer": "Yes, our support team can help you with your account."
},
{
"question": "Do you offer web development?",
"answer": "Yes, we offer modern web development services."
},
{
"question": "Do you provide AI solutions?",
"answer": "Yes, we provide AI-based solutions and applications."
},
{
"question": "How can I get started?",
"answer": "You can get started by contacting our support team."
},
{
"question": "Do you work on weekends?",
"answer": "Our regular working days are Monday to Friday."
},
{
"question": "Can I contact support?",
"answer": "Yes, you can contact our support team for assistance."
},
{
"question": "What technology do you use?",
"answer": "We use modern technologies including Python, JavaScript, HTML, CSS and AI tools."
},
{
"question": "Can you help with Python projects?",
"answer": "Yes, we can provide assistance with Python-based projects."
},
{
"question": "Can you help with AI projects?",
"answer": "Yes, we can help with AI and machine learning projects."
},
{
"question": "How do I contact the company?",
"answer": "You can contact the company through the available contact channels."
},
{
"question": "What kind of projects do you build?",
"answer": "We build websites, web applications, AI applications and software projects."
}
]