Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 360 Bytes

ChatGPT Generated Codes

This repository contains the raw code output by ChatGPT given the following prompts:

Generic:
Give me a Python program that checks if a user input string is a palindrome.

Customized:
Write a python program that can gets string from the user and reverses the string if the first character occurs more than once.