Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem with print formatting using definitions
Post: Problem with print formatting using definitions

Here is my code: def encrypt(string, s): cipher = '' shift = s for char in string: if char == ' ': cipher = cipher + char elif char.isupper(): cipher = cipher + chr((ord(...
Tberr86 Homework 2 2,028 Mar-20-2021, 05:27 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020