words per minute

4

Typist_2375022


00:00

Speed

def calculate_sum(a, b): result = a + b return result if __name__ == "__main__": for i in range(0, 10): print("Sum:", calculate_sum(i, i*2)) int main() { std::vector<int> nums = {1, 2, 3, 4}; for (int i = 0; i < nums.size(); ++i) { std::cout << "Value: " << nums[i] << std::endl; } return 0; } function greet(name) { console.log(`Hello, ${name}!`); } let count = 0; while (count < 5) { greet("World"); count++; } # Comentário em Python // Comentário em C++ // == != <= >= && ++ --
words per minute
0
wpm
accuracy
0%
Text Practice - Time 236 - English

words per minute