The company ‘Coding Star’ is growing. In the foreseeable future, the company will offer training in several professional
offer training in several professional fields. However, since each professional field has a different number of subjects, it would be
would be good to use a loop to dynamically query and process the number of subjects. A
query as to how many subjects there are is absolutely essential.
This is my Code:
Jobs = [ "IT-AW", "IT-SY", "Industrialclerk"]
IT_Subject_AW = [ "SUD", "EVP", "German", "English", "GVID"]
IT_Subject_SY = ["SUD", "EVP", "German", "English", "GVID"]
Industrial_clerk = ["Economy", "English", "Math"]
print(Jobs[0] + " & " + (IT_Subject_AW))
New contributor
Ali 34 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.