Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

online c code to python code conversion

#include<stdio.h>
using namespace std;
void main()
{
  for (int i=1, i<=5, i++)
  {
    for(int j=1, j<=i,j++)
    {
      printf("%c",64+j)
    }
    printf("
")
  }
}
 
PREVIOUS NEXT
Tagged: #online #code #python #code #conversion
ADD COMMENT
Topic
Name
8+8 =