Coders Packet

Packets submitted by Vijay Viswha

Generate Random Gradient Color Code in Python

This program code generates a random color gradient code using random module in Python using.

Generate Random Color Code in Python

This program code generates a random color code and hex value using random module in Python.

Remove n Special Characters from a String in Python

The following code is used to remove user-specified n special characters from a user-inputted string using loops and if conditions in Python.