Skip to content

Instantly share code, notes, and snippets.

View Akash671's full-sized avatar
:octocat:
@software engineer

Akash Kumar Akash671

:octocat:
@software engineer
View GitHub Profile
@Akash671
Akash671 / akash.txt
Created August 8, 2021 20:50
Akash Kumar
hi Github
def saveIronman (s) :
#Complete the function
#s = input("Enter a string: ")
only_alpha= ""
for char in s:
if char.isalpha() or char.isdigit():
only_alpha += char
S=only_alpha.lower()
if(S==S[::-1]):
# print("YES")
@Akash671
Akash671 / Data_wronglize.ipynb
Created May 29, 2020 09:33
Created on Skills Network Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Akash671
Akash671 / Data_wronglize.ipynb
Created May 29, 2020 09:32
Created on Skills Network Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Akash671
Akash671 / Data_wronglize.ipynb
Created May 29, 2020 09:31
Created on Skills Network Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Akash671
Akash671 / fuelconsmptionprjct.ipynb
Created May 23, 2020 11:28
Created on Skills Network Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.