#This is python 3 programming
1.study python programming 2.Be familiar with git command. etc.
flowchart TD
A[Deploy to production] --> B{Is it Friday?};
B -- Yes --> C[Do not use root!];
B -- No --> D[Run deploy.sh today];
C ----> E[Enjoy your weekend];
D ----> E[Enjoy your weekend];