Reference no: EM132842649
SIT384 Cyber security analytics - Deakin University
Task 1.1P: words input and output
Task description:
Get a phrase from user, split the words of that phrase and print the words.
Pass Task 1.2P: Python data structure initialization and printing
Task description:
Create a list, a tuple, a set and a dict. Initialize them with the 12 months of a year (e.g. Jan, Feb. Mar; for dict, use key/value you preferred. E.g. "Jan":1, "Feb":2). Print the type and all items of the list, tutple, set and dict created.
Task 1.3P: nested loop
Task description:
Get an integer from user, draw a square of "*" based on the value of the input. If the input is not a positive integer, prompt error and require a new input.
Attachment:- Cyber security analytics.rar