You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's me Ahmed Baari again! I created this simple madlibs project for python beginners
3
+
'''
4
+
5
+
a=input("The year right now: ")
6
+
b=input("The name of your country: ")
7
+
c=input("The name of your school: ")
8
+
d=input("The reporting time of your school: ")
9
+
e=input("The dispersal time of your school: ")
10
+
f=input("The number of working days in your school per weeek: ")
11
+
g=input("The duration of each period/class: ")
12
+
h=input("The average no. of hours you study at home every day: ")
13
+
i=input("How stressed are you due to all this: ")
14
+
j=input("Your name: ")
15
+
16
+
17
+
18
+
print("During the year "+a+" some expert researchers from "+b+" researched on students from "+c+" school to find out the impact of studies on their mental health. This year long researched found the nation a lot of new facts.\n\nTHE REPORT\n Students said that they had to reach school by "+d+" and disperse at "+e+" everyday for "+f+" days a week. Each period lasted "+g+" minutes long. Students told that they study for "+h+" hours in a day. When asked about how stressed the students were, a student said \""+i+"\". The research project was lead by "+j+" .")
0 commit comments