OneCompiler

create a function which will take a string and it will print another string of its ascii values. sample input: dev sample output: 100101118 sample input: Python sample output: 80121116104111110

155

Example heading with h2 size

Example heading with h3 size

Following is sample java code.

int i = 10;
if(i>0){
    System.out.println('positive');
}