World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITians, only for AI Learners.
Designed by IITians, only for AI Learners.
New to InsideAIML? Create an account
Employer? Create an account
Download our e-book of Introduction To Python
4.5 (1,292 Ratings)
559 Learners
Balasaheb Garule
4 months ago
For n in range(10):
print(n)
public class demo{
public static void main(String []args){
System.out.println("Hello World");
}
}
class Person:
def display:
print(“Hello World”)
X = 50