This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
620031587 | |
Net-Centric Computing Assignment | |
Part A - RSA Encryption | |
''' | |
import random | |
''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#-*- coding: utf-8 -*- | |
#------------------------------------------------------------------------------- | |
# Name: jour de semaine | |
# Purpose: la date est entrée par des curseurs | |
# | |
# Author: Jean | |
# http://tkinter.fdex.eu/doc/scw.html | |
# Created: 23/01/2018 | |
# Copyright: (c) Jean 2018 |