Message from Python discussions

November 2018

— Ok thanks buddy,
This is also time taking process but it should do for now

— 

This is kinda off topic, but if possible..
Where to find the vulnerability and cyber attack statistics of last few years?!

— If you know it's off-topic, go to off-topic group

— !offtopic

— Thanks

— Hi. How to take binary code from .exe(or others) and run it inside python script

— Rethink about it, and ask again, please

— Need to take .exe file code and run this code inside the Python script. example:
The virus has blocked taskmgr (it closes). Need to run the taskmgr code inside the python script. That tskmgr was not in the running processes.

Message permanent page

— ??

— Python Tutorials 13/11/2018



1. Write a Python program which accepts the user’s first and last name and print them in reverse order with a space between them

2. Write a Python program to print the calendar of a given month and year.
Note : Use ’calendar’ module.

3. write the Python script to find the sum of digits of a given number

4. Write a Python program to calculate number of days between two dates

5. Write a Python program to check if a given key already exists in a dictionary

Message permanent page

— How to do this

— Good question, what have you tried?