Dyskusje Q&A
About FORTRAN
0 gÅosów
1 Odpowiedźwhy it is not working..
1 GÅos
2 odpowiedziWhich IDE is good? Turbo or Geany?
0 gÅosów
4 odpowiedziQuiz 4
-1 GÅos
1 Odpowiedźwhat should i use to get in to next line ?
words=["Hello","world","!"]
print(words[0]) {then i pushed enter to write next line,but gave me answer , i mean i couldn't follow order that has been given}
Hello
and how should i write print(words[1]) in next lint without interruption? ð
0 gÅosów
4 odpowiedziusing System;
namespace GoodProgrammerTest
{
class Program
{
static void Main(string[] args)
{
Console.Write("Enter Yes or No");
Console.Write(
"Do you programme every day? : ") ;
int answer = Console.ReadLine();
if (answer =="Yes")
{
Console.WriteLine(
"You will be a good programmer");
}
else
{
Console.WriteLine(
"You will not be a good programmer");
}
}
}
}
2 gÅosów
3 odpowiedziHello guys right now I am kinda of new in python
my question is related to the function call len()
len() its print out the character but here it's the confusing part, I am working with a list let me explain an example
players
['lee', 'bob', 'moe', 'joe']
len(players)
4
why it's giving me 4 item in the list I thought len it counts the characters and if I do this it give me the correct somewhat answer what I am seeking,
len(players [-1])
3
0 gÅosów
8 odpowiedziSOLOLEARN
1 GÅos
1 OdpowiedźDraw the flowchart of the problem.
-2 gÅosów
1 OdpowiedźHow to change domain?
0 gÅosów
1 Odpowiedź