C String to C++ String (in Python)
Ares358 opened this issue · 1 comments
Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add
Problem statement: This is a list of single characters with an unwanted character at the end:
["H", "e", "l", "l", "o", "!", "\0"]
You could also just type "Hello!" when initializing a variable, creating the string "Hello!"
Create a function that will return a string by combining the given character list, not including the unwanted final character.
Problem Link: https://edabit.com/challenge/F4iemEeFfsaFoMpAF
Before submitting a PR please Check some details.Check Edabit for problem task
- fileName formet should be in camelcase
example- returnTheNextNumber.py - Add label for Problem
- In file there should be problem statement and link to probelm
example -
'''
Probem Task : This program will add two numbers
Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
return a + b
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github
Good Luck,
@aayushi-droid Can I be assigned this?