Plaintext Input Enter One Word Ower Case Message Distanceint Input Enter Distance Value Co Q37119369

Add functions in Python to make it run?
plainText = input (Enter a one-word, ïower case message : ) distanceint (input(Enter the distance value: )) code = for

plainText = input (“Enter a one-word, ïower case message : “) distanceint (input(“Enter the distance value: “)) code = “” for ch in plainText: ordvalue – ord(ch) ciphe rvalue = ordvalue + distance cipherValue = ord(‘ a’) + distance- code + chr (cipherValue) it cipherValue ord(‘z: (ord (‘z’) -ordvalue + 1 ) print (code) Show transcribed image text plainText = input (“Enter a one-word, ïower case message : “)

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.