Coders Packet

Packets submitted by Raman Kishore Singh

Creating Directory in Python

This Python code helps to create a directory to the desired location. We can give any name to the directory.

Login and Registration system in C++

This code is in C++ that enables the user to register and login into the system. It can be used to manage the data entered by the user.

Creating And Writing to a file in C++

This code is in c++ that creates a new file. Also, we can write to the created file in this code.